diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 661f68e..0a7faf0 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -138,6 +138,8 @@ function! s:executable(binary) abort return s:executables[a:binary] endfunction +let s:nowait = v:version >= 704 ? '' : '' + function! s:map(mode, lhs, rhs, ...) abort let flags = (a:0 ? a:1 : '') . (a:rhs =~# '' ? '' : '