From 6eb5d8e4b2120fa795bc98888ba5dd2bde874ccd Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 26 Sep 2019 16:18:35 -0400 Subject: [PATCH] Fix buffer local commands Closes https://github.com/tpope/vim-fugitive/issues/1353 --- autoload/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 9fef6fe..b954dc8 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -5868,6 +5868,7 @@ function! fugitive#Init() abort echohl NONE endif endif + call s:define_commands() exe s:DoAutocmd('User Fugitive') endfunction