bogado / file-line

Plugin for vim to enabling opening a file in a given line
http://www.vim.org/scripts/script.php?script_id=2184
299 stars 61 forks source link

Opening same file with different line numbers #41

Open deqing opened 9 years ago

deqing commented 9 years ago

$ vi a.txt:10 a.txt:36

I'm expecting it to open two "files", I can then use :n and :prev to navigate between them.

With old version it is working exactly as I expected, but in new version, the cursor only stays at the last position.

netei commented 8 years ago

I really like that idea, does someone have an idea on how to achieve that ?