Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into check-system-returns
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp committed Jun 3, 2024
2 parents dac3388 + f7c4160 commit 879cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ endfunction
function! s:vimuxPaneOptions() abort
let height = VimuxOption('VimuxHeight')
let orientation = VimuxOption('VimuxOrientation')
return '-p '.height.' -'.orientation
return '-l '.height.'% -'.orientation
endfunction

""
Expand Down

0 comments on commit 879cb5c

Please sign in to comment.