mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-03-02 02:52:43 +01:00
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>