No matching autocommands: User ZoxideDirChanged when no event configured
bartlibert opened this issue · 1 comments
bartlibert commented
I have no User ZoxideDirChanged configured in my system, so every time I execute "Z", I get an error:
No matching autocommands: User ZoxideDirChanged
This can be fixed by (I think, not a lot of testing done) by prefixing doautocmd
with silent
:
zoxide.vim/autoload/zoxide.vim
Line 21 in e50df0b
nanotee commented
Thank you, I was not aware Vim behaved that way (Neovim ignores missing autocommands).