diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 29faa2e..9599523 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -2011,7 +2011,7 @@ augroup fugitive_temp \ let b:git_type = 'temp' | \ call s:Detect(expand(':p')) | \ setlocal bufhidden=delete | - \ nnoremap q :bdelete | + \ nnoremap q :bdelete| \ endif augroup END