simplify condition

This commit is contained in:
Marco Hinz 2013-04-03 13:47:34 +02:00
parent 072ec99491
commit 09912c889a

View File

@ -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