Skip to content

Commit

Permalink
Merge pull request spf13#545 from julianduque/3.0
Browse files Browse the repository at this point in the history
Fix no_conceal on youcompleteme
  • Loading branch information
spf13 committed Feb 1, 2014
2 parents 7254af9 + 47d7952 commit 364b1c5
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 364b1c5

Please sign in to comment.