mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53: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
|
echohl NONE
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
call s:define_commands()
|
||||||
exe s:DoAutocmd('User Fugitive')
|
exe s:DoAutocmd('User Fugitive')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user