mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 06:43:51 -05:00
Fix buffer local commands
Closes https://github.com/tpope/vim-fugitive/issues/1353
This commit is contained in:
@@ -5868,6 +5868,7 @@ function! fugitive#Init() abort
|
||||
echohl NONE
|
||||
endif
|
||||
endif
|
||||
call s:define_commands()
|
||||
exe s:DoAutocmd('User Fugitive')
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user