parent
9b32ba5a97
commit
ec4d88eb1c
@ -3,7 +3,7 @@
|
|||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
" Init: values {{{1
|
" Init: values {{{1
|
||||||
let g:signify_sign_overwrite = get(g:, 'signify_sign_overwrite', 1)
|
let g:signify_sign_overwrite = get(g:, 'signify_sign_overwrite')
|
||||||
if g:signify_sign_overwrite && (v:version < 703 || (v:version == 703 && !has('patch596')))
|
if g:signify_sign_overwrite && (v:version < 703 || (v:version == 703 && !has('patch596')))
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echomsg 'signify: Sign overwriting was disabled. See :help signify-option-sign_overwrite'
|
echomsg 'signify: Sign overwriting was disabled. See :help signify-option-sign_overwrite'
|
||||||
|
@ -183,7 +183,7 @@ Default: Both are empty.
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*signify-option-sign_overwrite*
|
*signify-option-sign_overwrite*
|
||||||
>
|
>
|
||||||
let g:signify_sign_overwrite = 1
|
let g:signify_sign_overwrite = 0
|
||||||
<
|
<
|
||||||
Setting this to 1 means that Sy doesn't have to manage its signs and just
|
Setting this to 1 means that Sy doesn't have to manage its signs and just
|
||||||
removes ALL signs before adding its own signs. This typically results
|
removes ALL signs before adding its own signs. This typically results
|
||||||
|
Loading…
Reference in New Issue
Block a user