Fix concealcursor

This commit is contained in:
Shougo Matsushita 2015-01-28 21:51:56 +09:00
parent 4fcc89017b
commit d7145056c4
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
" For snippet_complete marker.
if has('conceal')
set conceallevel=2 concealcursor=i
set conceallevel=2 concealcursor=niv
endif
```

View File

@ -338,7 +338,7 @@ EXAMPLES *neosnippet-examples*
" For snippet_complete marker.
if has('conceal')
set conceallevel=2 concealcursor=i
set conceallevel=2 concealcursor=niv
endif
" Enable snipMate compatibility feature.