Improve documentation

This commit is contained in:
Shougo Matsushita 2015-06-23 21:51:53 +09:00
parent 2c97d62503
commit f1980468b0
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
\ "\<Plug>(neosnippet_expand_or_jump)"
\: "\<TAB>"
" For snippet_complete marker.
" For conceal markers.
if has('conceal')
set conceallevel=2 concealcursor=niv
endif

View File

@ -337,7 +337,7 @@ EXAMPLES *neosnippet-examples*
" \ "\<Plug>(neosnippet_expand_or_jump)"
" \: "\<TAB>"
" For snippet_complete marker.
" For conceal markers.
if has('conceal')
set conceallevel=2 concealcursor=niv
endif