mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -05:00
Remove space from q map
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user