Closed bhurlow closed 3 years ago
Same here
There might be some other plugins attempt to change text after opening parens.
In my case Raimondi/delimitMate can cause E578 when insert (
, unfortunately I didn't find a simple case to reproduce it.
You can disable such plugin when editing lisp files.
In parinfer side, catch E578 and omit it might also feasible solution.
This was a regression because Vim changed the error to E578 from some other number, and we were handling the other number. This is now resolved on the main branch.
vim version: