Fix concealcursor
This commit is contained in:
parent
4fcc89017b
commit
d7145056c4
@ -116,7 +116,7 @@ smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
|
|||||||
|
|
||||||
" For snippet_complete marker.
|
" For snippet_complete marker.
|
||||||
if has('conceal')
|
if has('conceal')
|
||||||
set conceallevel=2 concealcursor=i
|
set conceallevel=2 concealcursor=niv
|
||||||
endif
|
endif
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@ EXAMPLES *neosnippet-examples*
|
|||||||
|
|
||||||
" For snippet_complete marker.
|
" For snippet_complete marker.
|
||||||
if has('conceal')
|
if has('conceal')
|
||||||
set conceallevel=2 concealcursor=i
|
set conceallevel=2 concealcursor=niv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Enable snipMate compatibility feature.
|
" Enable snipMate compatibility feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user