google / vimdoc

Helpfile generation for vim
Apache License 2.0
290 stars 37 forks source link

E492: Not an editor command: Ydc #99

Closed sbrocos closed 4 years ago

sbrocos commented 7 years ago

Every time I save a file, show me the message: E492: Not an editor command: Ydc But it's saved.

dbarnett commented 7 years ago

Do you believe it's related to the vimdoc tool for some reason? Sounds like you meant to report this on https://github.com/vim/vim/issues or something.

wsdjeg commented 7 years ago

@sbrocos Ydc this command is a from https://github.com/ianva/vim-youdao-translater

and I think you have autocmd for BufWritePost to run this command.