From 1359d620eb6fd9a15658ea7e48e269339d22a126 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 13 Aug 2019 23:32:15 -0400 Subject: [PATCH] Force for all generated maps --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index d189c3e..4abfd4a 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -165,7 +165,7 @@ function! s:Map(mode, lhs, rhs, ...) abort let head = substitute(head, '<[^<>]*>$\|.$', '', '') endwhile if flags !~# '' || empty(mapcheck(head.tail, a:mode)) - exe a:mode.'map ' flags head.tail a:rhs + exe a:mode.'map ' s:nowait flags head.tail a:rhs if a:0 > 1 let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'exe') . \ '|sil! exe "' . a:mode . 'unmap ' . head.tail . '"'