Found errors in Test_spellinfo():
command line..script /Users/takimoto/dev/src/vim/vim/src/testdir/runtest.vim[636]..function RunTheTest[63]..Test_spellinfo line 11: Pattern '^\nfile: ../../runtime/spell/en.utf-8.spl\n$' does not match '\nfile: /Users/takimoto/.vim/spell/en.utf-8.add.spl\nfile: ../../runtime/spell/en.utf-8.spl\n'
As can be seen, ~/.vim/spell/LL.EEE.add.spl is also listed by the 'spellinfo' command.
I think the problem is in the following line:
https://github.com/vim/vim/blob/834b8d218f1db92e587ecd449e5ce88b41fbe256/src/testdir/test_spell.vim#L1609
It seems 'set runtimepath&' adds ~/.vim/ to runtimepath .
Save/restore runtimepth in Test_spelldump_prefixtree_overflow() should work, or any easier fix?
Test succeeds.
9.2.0662 or newer
macOS (I believe version doesn't matter)
Apple's Terminal.app
xterm-256color
zsh
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()