Closed jamessan closed 6 years ago
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
Does this fix the issue for you, @Nudin?
Forget what I wrote previously, It does solve the issue. :+1:
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
Does this fix the issue for you, @Nudin?