wanghaiqiangk
wanghaiqiangk
Any changes are correctly updated in the buffer immediately if flydiff is enabled. So I think it works at this point. But I notice that if I commit those changes,...
There is a misleading in the README, though not sure if that is only restricted to me. It's said that if a `dot` is typed, the citre then guesses the...
The definition of `struct sigaction` is ```c struct sigaction { /* Signal handler. */ #ifdef __USE_POSIX199309 union { /* Used if SA_SIGINFO is not set. */ __sighandler_t sa_handler; /* Used...
When invoking `xref-find-definitions` which is bound to `M-.` at a symbol, the echo area says `no applicable method: xref-backend-definitions, citre, `. This happens after I updated citre from a relative...
**Describe the bug** When waking up fzf for `:Files` or `:Buffers`, the window popups with flicker (with purple background). **To Reproduce** I'm not sure if this can be reproduced on...
I encountered this error message "No definition found" when invoking `lsp-definition`, which is bound to `gd`. Most of time, it works well. It's just sometimes not. I have different LSP...
### Description / Steps to reproduce the issue ```shell gcc --version | cat ``` ### Expected behavior Output the result of `gcc --version` just like without piping. ### Actual behavior...