zsh 无法使用 vim 自动补全: _arguments:451: _vim_files: function definition file not found
[NOTE] Updated April 8, 2020. This article may have outdated content or subject matter.
在 zsh 中使用 vim 补全功能时,会出现以下报错:
_arguments:451: _vim_files: function definition file not found
参考 SO 的答疑:zsh fails at path completition when command is vim。
解决方法是:
rm $ZSH_COMPDUMP
## 一定要执行一次
exec zsh
Author William
LastMod 2020-04-08