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

-o/-O broken #69

Open ivanwills opened 8 years ago

ivanwills commented 8 years ago

if you try to open 2 or more files with line numbers the window wont be split. eg

vim -O file1.txt file2.txt:33

this opens both files but no split and only file1.txt is visible. Note that switching to file2.txt the cursor is on the correct line. Also if not line numbers are specified everything works OK.

1ace commented 8 years ago

Duplicate of #36 “using a gotoline on the last file breaks -o”