fix-the-duplicated-mapping

This commit is contained in:
pione30 2018-01-01 16:16:16 +09:00
父節點 6b07ad4879
當前提交 885f0e243b
共有 1 個檔案被更改,包括 0 行新增1 行删除

查看文件

@ -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() ?