vim-mergetool icon indicating copy to clipboard operation
vim-mergetool copied to clipboard

`set nomodifiable` precludes use of `:diffput`

Open ahansen90 opened this issue 2 years ago • 0 comments

When loading a revision into a new buffer, this plugin will do set nomodifiable on said buffer, which means you can't use :diffput to resolve conflicts. There are obviously ways of working around it, but being able to use :diffput would be preferable since the folding behavior is dependent on the diffs.

ahansen90 avatar Jun 01 '23 20:06 ahansen90