Fix #13: winminheight error

This commit is contained in:
Junegunn Choi
2013-12-31 10:37:10 +09:00
parent 25071e7b73
commit f889b4357e

View File

@@ -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