mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
This provides `g:gitgutter_hook_context` during the hook's execution and removes the `:silent`, but uses `exists()` instead. The bufnr might be necessary to know in the User autocommand, e.g. to clear some cache. Not using`:silent` is good practice in general to not hide (wanted) output and errors etc.