Error with winminwidth=0
Closed this issue · 1 comments
ferreum commented
I get this error because I have set winminwidth=0
in my .vimrc
:
Error detected while processing VimEnter Autocommands for "*"..function <SNR>18_init[1]..<SNR>18_UpdateTab[4]..<SNR>18_WinDo:
line 16:
E487: Argument must be positive
The error happens all the time on startup, switching windows, etc.
Reproducible with fastfold.vim
in the plugin
directory and this .vimrc
:
set winminwidth=0
filetype plugin indent on
Likely caused by #72.
Konfekt commented
Thank you for spotting this! Hopefully remedied by the latest commit.