You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: