Update with review comments

This commit is contained in:
Patrik Willard
2019-04-09 22:31:41 +02:00
parent a5bda652d0
commit 8fbe51d614
2 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@ endfor
" possibly concealed chars
let s:conceal = exists("+conceallevel") ? ' conceal' : ''
if vimwiki#vars#get_global('conceal_onechar_markers') == 1
if vimwiki#vars#get_global('conceal_onechar_markers')
execute 'syn match VimwikiEqInChar contained /'.
\ vimwiki#vars#get_syntaxlocal('char_eqin').'/'.s:conceal
execute 'syn match VimwikiBoldChar contained /'.