vim-signify/autoload
Marco Hinz 9d0947952e
Avoid running detection more than once
Before this change, it was possible that a buffer was disabled, when Sy was run
more than once at startup, e.g. because of `BufEnter` and `FocusGained`.

The first call would start the detection and the second call would disable the
buffer, because the first call hadn't changed the VCS type from "unknown" yet.
2017-02-24 17:16:17 +01:00
..
sy Avoid running detection more than once 2017-02-24 17:16:17 +01:00
sy.vim Avoid running detection more than once 2017-02-24 17:16:17 +01:00