Remove space from q map

This commit is contained in:
Tim Pope 2011-10-01 03:54:58 -04:00
parent 88ae099102
commit 9169e8c36e

View File

@ -2011,7 +2011,7 @@ augroup fugitive_temp
\ let b:git_type = 'temp' |
\ call s:Detect(expand('<amatch>:p')) |
\ setlocal bufhidden=delete |
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR> |
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR>|
\ endif
augroup END