neocomplcache-snippets-complete は neosnippet になりました - あるVimmerのブログ という事なので使用している方は注意して下さい。 設定もこんな感じで変更しました。 [before] "スニペットのディレクトリ if !exists("g:neocomplcache_snippets_dir") let g:neocomplcache_snippets_dir="" endif let g:neocomplcache_snippets_dir=$VIMUSER.'/snippets' "<TAB>でスニペット補完 if g:neocomplcache_enable_at_startup imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ? "\<Plu