Created
March 8, 2012 04:15
-
-
Save nefo-mi/1998620 to your computer and use it in GitHub Desktop.
neocomplcacheのバージョンを上げてTABを押したらエラーがでちゃった場合の設定 ref: http://qiita.com/items/3064
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ? "\<Plug>(neocomplcache_snippets_expand)" : pumvisible() ? "\<C-n>" : "\<TAB>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment