vim

vim で Another plugin set completefunc! Disabled neocomplcache. ってエラーが出た時

vim

各バージョン、使用している vim plugin は以下 rails 4.0 VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 9 2012 22:42:34) neocomplcache vim-rails rails のコード書いてたら、以下のエラーが 表示された。 completefunc=syntaxcomplete#Complete<00>…

rails.vim を使った時に、エラーが出た時の対処法

vim

vim から rails.vim を使用したらエラーが出たので、対処法をメモしておきます。 たとえば、vim から :Rails new hoge ってコマンド実行すると、 Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem ins…