nanotee/zoxide.vim

No matching autocommands: User ZoxideDirChanged when no event configured

bartlibert opened this issue · 1 comments

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:

doautocmd User ZoxideDirChanged

Thank you, I was not aware Vim behaved that way (Neovim ignores missing autocommands).