parent
7cfff6b16f
commit
8efc2d29ab
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ function! s:format_win(tab, win, buf)
|
|||
endfunction
|
||||
|
||||
function! s:windows_sink(line)
|
||||
let list = matchlist(a:line, '\([ 0-9]*\):\([ 0-9]*\)')
|
||||
let list = matchlist(a:line, '^ *\([0-9]\+\) *\([0-9]\+\)')
|
||||
call s:jump(list[1], list[2])
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue