12
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zsh + vim 環境で vim[tab] と押すとエラー

Posted at

対処法

exec zshを実行する

症状

~/dotfiles (master ✔) ᐅ vim 
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found

ログ

~/dotfiles (master ✔) ᐅ vim 
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found
~/dotfiles (master ✔) ᐅ rm ~/.zcompdump
~/dotfiles (master ✔) ᐅ vim 
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found
_arguments:450: _vim_files: function definition file not found
~/dotfiles (master ✔) ᐅ exec zsh
~/dotfiles (master ✔) ᐅ vim
Makefile   README.md

#参考
https://github.com/robbyrussell/oh-my-zsh/issues/518#issuecomment-17796269

12
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?