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

Added only use file_line upon files not directory #55

Closed ldong closed 7 years ago

ldong commented 9 years ago

Fixed issue #42

ldong commented 8 years ago

@bogado

Will that break if you run "vim /this/is/a/directory /this/is/a/directory/and_a_file:10"?

BTW, good work and time saver.

I use file-line on daily basis, and it works fine for me.

bogado commented 8 years ago

I guess so. The condition will be checked for a single buffer.