LoginSignup
5
4

More than 5 years have passed since last update.

vimのコマンドラインでの補完が使いづらい

Posted at

動機

:call dein#update()を呼びだしたいけど:call deinで補完<tab>するとcall dein#_get_cache_file()になってしまう。
#押せばいい話なんですけど、<tab>の方が楽なんで設定を調べてみました。

設定

set wildmode=longest:full,full

結果

:call dein補完#すると:call dein#と表示されるようになった。

参考

5
4
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
5
4