Hi,
I sometimes get this -
E216: No such group or event: filetypedetect *
after an lopen from a plugin. If I remove/comment out the -
silent! au! filetypedetect *
from /usr/local/share/vim/vim82/ftopen.vim
then after many attempts so far I do not see this exception.
Anyone know 1) how I can debug to see who is throwing this ? and 2). does this mean the silent! isn't working, or should it just have a try/catch around it ?
Or perhaps just add a bogus autogroup so the au! doesn't throw ?
Any suggestions ?
thx for everything vim,
-m