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 eec184e8b095a4dc57875d754003ef3cf9733ab0 (tree)
parent 417b3bb818f86d2a92dbb0ee3857af7de1ade8c8
Author: Maksim Odnoletkov <odnoletkov@mail.ru>
Date:   Thu, 26 Sep 2019 01:36:21 +0100

Fix blame help maps

Diffstat:
Mautoload/fugitive.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -5074,8 +5074,8 @@ function! s:BlameFileType() abort if &modifiable return '' endif - call s:Map('n', '<F1>', ':help fugitive-:Gblame<CR>', '<silent>') - call s:Map('n', 'g?', ':help fugitive-:Gblame<CR>', '<silent>') + call s:Map('n', '<F1>', ':help :Gblame<CR>', '<silent>') + call s:Map('n', 'g?', ':help :Gblame<CR>', '<silent>') if mapcheck('q', 'n') =~# '^$\|bdelete' call s:Map('n', 'q', ':exe <SID>BlameQuit()<Bar>echohl WarningMsg<Bar>echo ":Gblame q is deprecated in favor of gq"<Bar>echohl NONE<CR>', '<silent>') endif