Fix #292 documentation
This commit is contained in:
parent
625382fab1
commit
cf9958c63b
@ -110,7 +110,7 @@ xmap <C-k> <Plug>(neosnippet_expand_target)
|
||||
"imap <expr><TAB>
|
||||
" \ pumvisible() ? "\<C-n>" :
|
||||
" \ neosnippet#expandable_or_jumpable() ?
|
||||
" \ "\<TAB>" : "\<Plug>(neosnippet_expand_or_jump)"
|
||||
" \ "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
|
||||
smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
|
||||
\ "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user