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

Line numbers not respected #2

Open
gioele opened this issue Jul 30, 2014 · 0 comments
Open

Line numbers not respected #2

gioele opened this issue Jul 30, 2014 · 0 comments
Labels

Comments

@gioele
Copy link
Owner

gioele commented Jul 30, 2014

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 gioele added the bug label Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant