mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
This removes the fugitive_utility augroup, and allows for something like the following: > vim --cmd 'au User Fugitive Gbrowse!' path/to/file Without this patch the user's User autocommand would be run before fugitive's, and therefore the commands would not be defined already.