numbers.vim icon indicating copy to clipboard operation
numbers.vim copied to clipboard

NumbersToggle needs to be called twice if g:enable_numbers = 0

Open silvioricardoc opened this issue 9 years ago • 0 comments

If I add let g:enable_numbers = 0 to my vimrc, I have to call NumbersToggle twice to activate relative mode for the first time.

This could be fixed by changing line 43 of numbers.vim to let s:mode=1.

silvioricardoc avatar May 22 '16 02:05 silvioricardoc