simplify condition
This commit is contained in:
parent
072ec99491
commit
09912c889a
@ -131,7 +131,7 @@ endif
|
||||
|
||||
" Function: s:start {{{1
|
||||
function! s:start(path) abort
|
||||
if exists('b:signmode') && b:signmode
|
||||
if get(b:, 'signmode')
|
||||
execute 'sign place 99999 line=1 name=SignifyPlaceholder file='. a:path
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user