- Improved documentation.

This commit is contained in:
Shougo Matsushita 2012-10-14 09:51:30 +09:00
parent dcacb06461
commit d7d40d66f4
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ EXAMPLES *neosnippet-examples*
"imap <expr><TAB> neosnippet#expandable() ?
" \ "\<Plug>(neosnippet_expand_or_jump)"
" \: pumvisible() ? "\<C-n>" : "\<TAB>"
"smap <expr><TAB> neosnippet#expandable() ?
" \ "\<Plug>(neosnippet_expand_or_jump)"
" \: "\<TAB>"
" For snippet_complete marker.
if has('conceal')