Skip to content
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

NumbersToggle on Vim 7.4 hides numbers rather than toggles #56

Closed
davidzchen opened this issue Oct 16, 2014 · 2 comments
Closed

NumbersToggle on Vim 7.4 hides numbers rather than toggles #56

davidzchen opened this issue Oct 16, 2014 · 2 comments

Comments

@davidzchen
Copy link

On Vim 7.4, invoking NumbersToggle hides the line numbers rather than toggling between relativenumber and number. I believe the cause is that NumbersToggle calls NumbersRelativeOff, which simply calls set relativenumber if Vim version is 7.4 and does not call set number. In other words, the else should not be there in NumbersRelativeOff.

@drobati
Copy link

drobati commented Oct 31, 2014

It says on the README that for vim 7.4 you must put set number in your vimrc.

When I did this it fixed the issue. 😄

@myusuf3
Copy link
Owner

myusuf3 commented Oct 31, 2014

I know, people never read the README

@myusuf3 myusuf3 closed this as completed Oct 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants