mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-24 14:46:42 +02:00
syntax: Add conceal settings only as local to the buffer
This commit is contained in:
parent
087bfa7f7e
commit
57f1321729
1 changed files with 3 additions and 2 deletions
|
@ -4,5 +4,6 @@ hi def link VimwikiCheckBoxActive Type
|
|||
let s:conceal = exists("+conceallevel") ? ' conceal': ''
|
||||
execute 'syn match VimwikiTaskUuid containedin=VimwikiCheckBoxDone,VimwikiCheckBoxActive /\v#[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/'.s:conceal
|
||||
hi link VimwikiTaskUuid Comment
|
||||
set conceallevel=3
|
||||
set concealcursor=nc
|
||||
|
||||
setlocal conceallevel=3
|
||||
setlocal concealcursor=nc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue