Files
vim-gitgutter/plugin
Andy Stewart d40fd44904 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.
2013-03-15 10:18:30 +01:00
..