Improve documentation
This commit is contained in:
parent
2c97d62503
commit
f1980468b0
@ -114,7 +114,7 @@ smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
|
|||||||
\ "\<Plug>(neosnippet_expand_or_jump)"
|
\ "\<Plug>(neosnippet_expand_or_jump)"
|
||||||
\: "\<TAB>"
|
\: "\<TAB>"
|
||||||
|
|
||||||
" For snippet_complete marker.
|
" For conceal markers.
|
||||||
if has('conceal')
|
if has('conceal')
|
||||||
set conceallevel=2 concealcursor=niv
|
set conceallevel=2 concealcursor=niv
|
||||||
endif
|
endif
|
||||||
|
@ -337,7 +337,7 @@ EXAMPLES *neosnippet-examples*
|
|||||||
" \ "\<Plug>(neosnippet_expand_or_jump)"
|
" \ "\<Plug>(neosnippet_expand_or_jump)"
|
||||||
" \: "\<TAB>"
|
" \: "\<TAB>"
|
||||||
|
|
||||||
" For snippet_complete marker.
|
" For conceal markers.
|
||||||
if has('conceal')
|
if has('conceal')
|
||||||
set conceallevel=2 concealcursor=niv
|
set conceallevel=2 concealcursor=niv
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user