mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Fix count on :Gstatus maps
This commit is contained in:
@@ -2143,7 +2143,7 @@ endfunction
|
||||
function! s:Selection(arg1, ...) abort
|
||||
if a:arg1 ==# 'n'
|
||||
let arg1 = line('.')
|
||||
let arg2 = v:count
|
||||
let arg2 = -v:count
|
||||
elseif a:arg1 ==# 'v'
|
||||
let arg1 = line("'<")
|
||||
let arg2 = line("'>")
|
||||
|
||||
Reference in New Issue
Block a user