6
3

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の補完でエラー

Last updated at Posted at 2017-09-27

zshを操作していて以下のようなエラーが出た。

_arguments:450: _vim_files: function definition file not found

以下のページに解決策があった。
https://github.com/robbyrussell/oh-my-zsh/issues/518

~/.zcompdump というファイルが悪さをしている模様。

# zcompdumpは削除しても大丈夫
$ rm ~/.zcompdump

# 新しいzcompdumpが出来る
$ exec zsh

これで解決した。

6
3
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
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?