Skip to content

Commit

Permalink
autocomplete 後に paste モードになるバグの対応
Browse files Browse the repository at this point in the history
  • Loading branch information
akirasosa committed Feb 1, 2012
1 parent e66aebf commit de45984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -313,7 +313,7 @@ inoremap <expr><C-l> neocomplcache#complete_common_string()

" Recommended key-mappings.
" <CR>: close popup and save indent.
inoremap <expr><CR> neocomplcache#smart_close_popup() . "\<CR>"
"inoremap <expr><CR> neocomplcache#smart_close_popup() . "\<CR>"
" <TAB>: completion.
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
" <C-h>, <BS>: close popup and delete backword char.
Expand Down

0 comments on commit de45984

Please sign in to comment.