Closed me-and closed 5 years ago
It seems that v:false
is the cause. This new feature is not supported by vim 7 (Vim < 7.4.1154 ?). I will change it back to 0
@me-and this should have been fixed now, please help to confirm this.
Since I'm using NeoVim / VIm8 now, Vim7 compatibility is not tested. It is suggested to use Vim8 / NeoVim instead of Vim7 if possible.
I'll not be able to confirm the fix until Tuesday, but I should be able to look at it then, thank you!
Sadly I suspect I'm not going to be able to upgrade Vim in at least some of my environments any time soon, and I'm reluctant to start going down the road of compiling Vim myself unless I really need to, so I suspect I'll be on Vim7 for a while yet. If that means I'm likely to hit these bugs more, or need to peg my install of this package to a known good version, that's irritating but so be it.
Confirmed, that's fixed things. Thank you!
Describe the bug
On opening a file with Vim, I get a long series of errors (I've only copied the first few lines here.
To Reproduce
~/.vimrc
and~/.vim/
directory.~/.vimrc
with the single linelet g:rainbow_active = 1
directory, containing only the
pluginand
autoload` directories from this repository as at the current master branch, 78afcbe ("chore: update README").vim test.txt
Expected behavior
The file opens without a stack of errors appearing.
Additional context
I'm seeing this on Vim 7.4 on CentOS 7.6.1810. Per the repro instructions above, I see this problem with only the base CentOS Vim configuration.
Testing with
git bisect
, the problem is introduced by 62454f1 ("feat: support parentheses_options & contained").