My tech diary

ソフトウェアエンジニアをやっています。技術的内容を中心に調べたことを書いていきます。

vim

Vim E1208: -complete used without allowing arguments エラー

Vim

Vim のバージョンを 8.2.3550 に上げた後、 Vim を開くと、以下のようなエラーが発生しました。 hint: Waiting for your editor to close the file... Error detected while processing /Users/t-murota/dotfiles/.vim/dein/.cache/.vimrc/.dein/plugin/fugi…

Vim で Highlight_Matching_Pair のエラーが出る場合

vim

Vim のバージョンアップデート後に、例えば、以下のようなコード def test(a) puts "Test: #{a}" end を書いたとして、 {, } のところにカーソルを合わせたときに、以下のようなエラーが発生しました。 Error detected while processing function <SNR>57_Highlig</snr>…

dein.vim キャッシュクリア

vim

Vim のバージョンアップ (再インストール) 後に Vim を開くと、以下のようなエラーが出るようになりました。 hint: Waiting for your editor to close the file... Warning: Cannot find word list "en.utf-8.spl" or "en.ascii.spl" Warning: Cannot find w…