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

does not do anything with other buffers when there is only one argument passed #76

Open localhostdotdev opened 5 years ago

localhostdotdev commented 5 years ago

Not sure what exec (argidx+1).'argument' does but it seems related to handling multiple arguments and everything works fine when only one file is passed.

Obviously testing was limited but this did reduce startup time for my rails-related file from ~0.8s to ~0.1s (not actual measurements :) ).