vim-autoswap icon indicating copy to clipboard operation
vim-autoswap copied to clipboard

Line numbers not respected

Open gioele opened this issue 11 years ago • 0 comments

If vim is asked to open an already opened file at a certain line number, it will focus the editor where the file is being edited, but not at the correct line.

To reproduce:

$ printf "a\nb\nc\nd" > /tmp/foo
$ vim /tmp/foo
$ vim +4 /tmp/foo # should focus the fourth line but it will not

gioele avatar Jul 30 '14 09:07 gioele