Merge pull request #410 from pione30/fix-the-duplicated-mapping

fix-the-duplicated-mapping
This commit is contained in:
Shougo 2018-01-01 18:59:38 +09:00 committed by GitHub
commit b674417b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ xmap <C-k> <Plug>(neosnippet_expand_target)
" SuperTab like snippets behavior.
" Note: It must be "imap" and "smap". It uses <Plug> mappings.
imap <C-k> <Plug>(neosnippet_expand_or_jump)
"imap <expr><TAB>
" \ pumvisible() ? "\<C-n>" :
" \ neosnippet#expandable_or_jumpable() ?