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

Sets wrong filetype for jar files #71

Open m-bernard opened 8 years ago

m-bernard commented 8 years ago

When I use this plugin, it causes Vim to treat jar files as tar files.

:verbose set ft? filetype=tar Last set from /usr/share/vim/vim74/autoload/zip.vim

But if I remove this plugin, Vim correctly opens jar files.

bogado commented 8 years ago

Is this happening on the same use cases listed in this comment? I feel like this is the same issue in disguise. Unfortunately I don't know yet how to fix it.