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

Breaks vim gnupg plugin #39

Open towolf opened 9 years ago

towolf commented 9 years ago

I’m filing this issue both here and for jamessan/vim-gnupg.

When both plugins are active the gnupg plugin stops working and displays a scrambled buffer for encrypted .gpg files.

In my list of bundles I bisected all plugins until I determined that when file-line is disabled, the gnupg decoding works again.

towolf commented 9 years ago

jamessan/vim-gnupg#25

redstreet commented 2 years ago

Same here. Unable to use file-line because of this. BTW, issusing a :e after opening a gpg file opens it correctly.