- Improved documentation.
This commit is contained in:
parent
dcacb06461
commit
d7d40d66f4
@ -276,6 +276,9 @@ EXAMPLES *neosnippet-examples*
|
|||||||
"imap <expr><TAB> neosnippet#expandable() ?
|
"imap <expr><TAB> neosnippet#expandable() ?
|
||||||
" \ "\<Plug>(neosnippet_expand_or_jump)"
|
" \ "\<Plug>(neosnippet_expand_or_jump)"
|
||||||
" \: pumvisible() ? "\<C-n>" : "\<TAB>"
|
" \: pumvisible() ? "\<C-n>" : "\<TAB>"
|
||||||
|
"smap <expr><TAB> neosnippet#expandable() ?
|
||||||
|
" \ "\<Plug>(neosnippet_expand_or_jump)"
|
||||||
|
" \: "\<TAB>"
|
||||||
|
|
||||||
" For snippet_complete marker.
|
" For snippet_complete marker.
|
||||||
if has('conceal')
|
if has('conceal')
|
||||||
|
Loading…
Reference in New Issue
Block a user