Closed shanemcdo closed 2 years ago
See https://github.com/tpope/vim-eunuch/issues/96. It's a bad interaction with some other plugin. Do report back when you figure out which other plugin that is.
The problem was vim-closer
. I didn't realize that the two plugins were incompatible at this point. Thank you for your fast response!
Yeah see https://github.com/rstacruz/vim-closer/issues/37, it's definitely fixable on their end.
typing
int main(){
and then hitting enter writesint main(){EndwiseAppend("\r")
to the screen. The expected behavior isThis problem started occurring when I ran
PlugUpdate
. When I runPlugDiff
it says210bec5 Change default map to <expr> map (7 days ago)
is the most recent commit which I believe is correct.I've found that if I revert the changes made in the last commit the problem is resolved.
vim --version
: