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

Plugin causes new file name to be overwritten #45

Closed pdoak closed 8 years ago

pdoak commented 9 years ago

If I launch vim from zsh with the following command vim 2015.md, the plugin causes a new file to be made but with the name "0" and not "2015.md".

scmx commented 9 years ago

I'm having the same issue

img When I disable the plugin as shown in the gif above, it works again.