Skip to content

Line numbers not respected #2

@gioele

Description

@gioele

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions