-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using FZF turns off relativenumber
#6204
Comments
Thanks for reporting. |
Hello @justinmk! Thanks for your hard work on |
Did you exit fzf? |
Hello @justinmk! Thanks for looking into this issue. I can confirm that if I:
I will now see that Please let me know if you need any more information about this issue. Thanks again for your work on |
see #6796, now we don't modify terminal buffer-local 'number' nor 'relativenumber' at all. However 'relativenumber' is still ignored in terminal mode (i.e. "insert mode, in a terminal buffer") because it's just completely broken. But it doesn't affect the option value. |
Hello @justinmk! I wanted to write to thank you as this issue is now fixed when I am running |
nvim --version
: v0.2.0-747-g286aacb2$TERM
: gnome-256colorActual behaviour
Using FZF turns of the
relativenumber
setting in the buffer I'm currently working in.Expected behaviour
That should not happen.
Steps to reproduce using the following configuration
:Files
commandESC
Reverting 857113c helps.
The text was updated successfully, but these errors were encountered: