fix-the-duplicated-mapping

このコミットが含まれているのは:
pione30 2018-01-01 16:16:16 +09:00
コミット 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() ?