motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 6eb5d8e4b2120fa795bc98888ba5dd2bde874ccd (tree)
parent 0cf70ab9fcd996936bce191997af352e3b388c78
Author: Tim Pope <code@tpope.net>
Date:   Thu, 26 Sep 2019 16:18:35 -0400

Fix buffer local commands

Closes https://github.com/tpope/vim-fugitive/issues/1353

Diffstat:
Mautoload/fugitive.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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