Fix #292 example
This commit is contained in:
parent
1617094a8c
commit
9dcb239f11
@ -333,7 +333,7 @@ EXAMPLES *neosnippet-examples*
|
||||
"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