vim-signify/autoload/sy
Marco Hinz 1bdf100aad
Do not make option defaults depend on each other
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.
2017-07-18 16:47:03 +02:00
..
debug.vim Allow multiple active VCS 2017-04-18 17:00:12 +02:00
fold.vim SignifyToggleFold -> SignifyFold! 2015-12-09 00:31:59 +01:00
highlight.vim New option: g:signify_sign_show_text 2016-09-28 17:05:40 +02:00
jump.vim Move Sy's data from g:sy to b:sy 2013-11-22 13:48:49 +01:00
repo.vim Remove all references to do_register 2017-04-18 17:15:28 +02:00
sign.vim Do not make option defaults depend on each other 2017-07-18 16:47:03 +02:00
util.vim Ignore :SignifyRefresh in cmdline-window 2017-03-02 16:46:55 +01:00