mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
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.