1499f548a2
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. |
||
---|---|---|
.. | ||
debug.vim | ||
highlight.vim | ||
jump.vim | ||
repo.vim | ||
sign.vim | ||
util.vim |