Skip to content

Commit

Permalink
Fix no_conceal on youcompleteme
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Feb 1, 2014
1 parent 529565b commit 47d7952
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,10 @@
endif

" For snippet_complete marker.
if has('conceal')
set conceallevel=2 concealcursor=i
if !exists("g:spf13_no_conceal")
if has('conceal')
set conceallevel=2 concealcursor=i
endif
endif

" Disable the neosnippet preview candidate window
Expand Down

0 comments on commit 47d7952

Please sign in to comment.