mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-16 23:33:42 -05:00
Fix #13: winminheight error
This commit is contained in:
@@ -126,6 +126,7 @@ function! s:goyo_on(width)
|
|||||||
\ 'showtabline': &showtabline,
|
\ 'showtabline': &showtabline,
|
||||||
\ 'fillchars': &fillchars,
|
\ 'fillchars': &fillchars,
|
||||||
\ 'winwidth': &winwidth,
|
\ 'winwidth': &winwidth,
|
||||||
|
\ 'winminheight': &winminheight,
|
||||||
\ 'winheight': &winheight,
|
\ 'winheight': &winheight,
|
||||||
\ 'statusline': &statusline,
|
\ 'statusline': &statusline,
|
||||||
\ 'ruler': &ruler,
|
\ 'ruler': &ruler,
|
||||||
@@ -169,6 +170,7 @@ function! s:goyo_on(width)
|
|||||||
|
|
||||||
" Global options
|
" Global options
|
||||||
set winwidth=1
|
set winwidth=1
|
||||||
|
set winminheight=1
|
||||||
set winheight=1
|
set winheight=1
|
||||||
set laststatus=0
|
set laststatus=0
|
||||||
set showtabline=0
|
set showtabline=0
|
||||||
|
|||||||
Reference in New Issue
Block a user