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