vim-signify/autoload/sy
Marco Hinz 1499f548a2 Improve repo detection
Prior to this patch a VCS was only detected by checking if a potential
diff was empty or not. Now the combination of return value and diff is
checked, so it detects an underlying VCS properly even when there are no
changes.

This can save many useless calls to the wrong version control systems.

Simple test:

 - open a version-controlled file without any changes
 - :SyDebug should show the correct VCS now (instead of 'unknown')

Closes #82.
2013-11-03 19:31:46 +01:00
..
debug.vim Remove guards from autoload files 2013-09-30 10:22:20 +02:00
highlight.vim Remove guards from autoload files 2013-09-30 10:22:20 +02:00
jump.vim Remove guards from autoload files 2013-09-30 10:22:20 +02:00
repo.vim Improve repo detection 2013-11-03 19:31:46 +01:00
sign.vim Remove guards from autoload files 2013-09-30 10:22:20 +02:00
util.vim Remove guards from autoload files 2013-09-30 10:22:20 +02:00