Bugfix: dimensions not actually returned
This commit is contained in:
parent
6124221c66
commit
29a904e676
@ -204,6 +204,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:RunnerDimensionSpec()
|
function! s:RunnerDimensionSpec()
|
||||||
let dimensions = join(["-p", s:vtr_percentage, "-".s:vtr_orientation])
|
let dimensions = join(["-p", s:vtr_percentage, "-".s:vtr_orientation])
|
||||||
|
return dimensions
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:_ReattachPane()
|
function! s:_ReattachPane()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user