mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Fix - on :Gstatus section headings
This commit is contained in:
@@ -1922,7 +1922,7 @@ endfunction
|
||||
|
||||
function! s:StageInfo(...) abort
|
||||
let lnum = a:0 ? a:1 : line('.')
|
||||
let slnum = lnum
|
||||
let slnum = lnum + 1
|
||||
let section = ''
|
||||
while len(getline(slnum - 1)) && empty(section)
|
||||
let slnum -= 1
|
||||
|
||||
Reference in New Issue
Block a user