Update with review comments
This commit is contained in:
parent
a5bda652d0
commit
8fbe51d614
@ -3240,6 +3240,7 @@ Contributors and their Github usernames in roughly chronological order:
|
|||||||
- Nick Borden (@hcwndbyw)
|
- Nick Borden (@hcwndbyw)
|
||||||
- Steven Stallion (@sstallion)
|
- Steven Stallion (@sstallion)
|
||||||
- Rane Brown (@ranebrown)
|
- Rane Brown (@ranebrown)
|
||||||
|
- Patrik Willard (@padowi)
|
||||||
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
@ -155,7 +155,7 @@ endfor
|
|||||||
" possibly concealed chars
|
" possibly concealed chars
|
||||||
let s:conceal = exists("+conceallevel") ? ' conceal' : ''
|
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 /'.
|
execute 'syn match VimwikiEqInChar contained /'.
|
||||||
\ vimwiki#vars#get_syntaxlocal('char_eqin').'/'.s:conceal
|
\ vimwiki#vars#get_syntaxlocal('char_eqin').'/'.s:conceal
|
||||||
execute 'syn match VimwikiBoldChar contained /'.
|
execute 'syn match VimwikiBoldChar contained /'.
|
||||||
|
Loading…
Reference in New Issue
Block a user