mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
Remove space from q map
This commit is contained in:
@@ -2011,7 +2011,7 @@ augroup fugitive_temp
|
|||||||
\ let b:git_type = 'temp' |
|
\ let b:git_type = 'temp' |
|
||||||
\ call s:Detect(expand('<amatch>:p')) |
|
\ call s:Detect(expand('<amatch>:p')) |
|
||||||
\ setlocal bufhidden=delete |
|
\ setlocal bufhidden=delete |
|
||||||
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR> |
|
\ nnoremap <buffer> <silent> q :<C-U>bdelete<CR>|
|
||||||
\ endif
|
\ endif
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user