vim-gnupg/plugin
James McCoy 161485e835
Only use ":'[,']w" for FileWriteCmd
BufWriteCmd writes the whole buffer, so it can use the bare ":w".  Other
plugins may manipulate the '[/'] marks on save, which can cause the
write with marks to not write the entire buffer.

Closes: jamessan/vim-gnupg#96
Signed-off-by: James McCoy <jamessan@jamessan.com>
2018-11-18 09:57:15 -05:00
..
gnupg.vim Only use ":'[,']w" for FileWriteCmd 2018-11-18 09:57:15 -05:00