Fix #12: Invalid window position when &splitright is set

This commit is contained in:
Junegunn Choi
2013-12-31 02:40:23 +09:00
parent ddb337e5ce
commit 25071e7b73

View File

@@ -185,8 +185,8 @@ function! s:goyo_on(width)
set guioptions-=L set guioptions-=L
endif endif
let t:goyo_pads.l = s:init_pad('vertical new') let t:goyo_pads.l = s:init_pad('vertical topleft new')
let t:goyo_pads.r = s:init_pad('vertical rightbelow new') let t:goyo_pads.r = s:init_pad('vertical botright new')
let t:goyo_pads.t = s:init_pad('topleft new') let t:goyo_pads.t = s:init_pad('topleft new')
let t:goyo_pads.b = s:init_pad('botright new') let t:goyo_pads.b = s:init_pad('botright new')