From 9169e8c36e687e81e8e1a6f41f9ab9b6b8c59fa7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 1 Oct 2011 03:54:58 -0400 Subject: [PATCH] Remove space from q map --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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