Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when calling GitGutterDisable immediately.
When opening Vim without editing any file, calling GitGutterDisable would fail because `s:file` was undefined at that point. The fix breaks what encapsulation there is, but has the virtue of working.
- Loading branch information