Fix buffer local commands

Closes https://github.com/tpope/vim-fugitive/issues/1353
This commit is contained in:
Tim Pope
2019-09-26 16:18:35 -04:00
parent 0cf70ab9fc
commit 6eb5d8e4b2

View File

@@ -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