Update with review comments

This commit is contained in:
Patrik Willard 2019-04-09 22:31:41 +02:00
parent a5bda652d0
commit 8fbe51d614
No known key found for this signature in database
GPG Key ID: CE638ABE86F59A62
2 changed files with 2 additions and 1 deletions

View File

@ -3240,6 +3240,7 @@ Contributors and their Github usernames in roughly chronological order:
- Nick Borden (@hcwndbyw)
- Steven Stallion (@sstallion)
- Rane Brown (@ranebrown)
- Patrik Willard (@padowi)
==============================================================================

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 /'.