Closed uniglot closed 1 year ago
I got this issue too.
Here is the same error but as text in case any one searches for it:
Error detected while processing /Users/xxx/.vim/plugged/vim-trailing-whitespace/plugin/trailing-whitespace.vim:
line 19:
E216: No such group or event: TerminalOpen * if ShouldMatchWhitespace() | match ExtraWhitespace /\\\@<![\u3000[:space:]]\+$/ | else | match ExtraWhitespace /^^/ | endif
This is a duplicate of #26
PR #30 should Fix this issue.
Closing because #30 is in. Reopen if you still see an issue.
It's fixed for me, thanks!
Hi,
I've been using this plugin quite a long time, but recently I ran into a weird problem complaining like:
I think this error must be related to a recent PR (https://github.com/bronson/vim-trailing-whitespace/pull/27), and I suspect that the event name is called differently between Vim and NeoVim.
Is it possible to designate different event names along the different descendants of Vi?
Thank You!