Dear Maintainer,
after upgrading to Debian/bullseye I noticed the following error when calling :Voomhelp:
Error detected while processing function voom#Help[39]..function voom#Help[34]..modelines:
line 4207:
E992: Not allowed in a modeline when 'modelineexpr' is off: foldtext=getline(v:foldstart).'...'.(v:foldend-v:foldstart
)
I tried to debug the problem and could pin point the problem to the
'set modeline' option in my .vimrc. After removing that line or
calling "set nomodeline" before ":Voomhelp" can be called without an
error.
I added "set modeline" into my .vimrc because it defaults to off in
Debian for security reasons. (FTR, modelineexpr is not set in my
configuration and defaults to off.)
So now I wonder if this can be fixed somehow so that :Voomhelp can be
called with modeline set.
Thank you for maintaining vim-voom!
Best,
- Darsha