1bdf100aad
Having default values for options that depend on another option's value is a bad practice. Be more explicit: g:signify_sign_show_text is ON by default g:signify_sign_show_count is ON by default So, people who want just background colors and no text at all in their signs have to set both: let g:signify_sign_show_text = 0 let g:signify_sign_show_count = 0 Before this change, only the first line was needed. This also fixes a bug that happened with: let g:signify_sign_show_text = 0 let g:signify_sign_show_count = 1 Removed lines wouldn't show a count whereas changed + removed lines would. |
||
---|---|---|
.. | ||
debug.vim | ||
fold.vim | ||
highlight.vim | ||
jump.vim | ||
repo.vim | ||
sign.vim | ||
util.vim |