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