basyura's blog

あしたになったらほんきだす。

auto select 時の snippet 展開

let g:neocomplcache_enable_auto_select = 1

auto select にしている場合でも

imap <expr><C-l> pumvisible() ? 
      \ "\<C-y><Plug>(neocomplcache_snippets_expand)" 
      \ : "<Plug>(neocomplcache_snippets_expand)"

としておけば、snippet を楽に(word を全部打ち込まなくても)展開できるんじゃないかと思いついた。
あまり確認はしてない。