vim / colorschemes

colorschemes for Vim
276 stars 23 forks source link

check_colors.vim is broken #205

Closed valacar closed 2 years ago

valacar commented 2 years ago

I'm getting an error message when sourcing check_colors.vim in Vim 9.0.0199:

Error detected while processing /usr/local/share/vim/vim90/colors/tools/check_colors.vim
[207]..function <SNR>12_Test_check_colors[174]..<SNR>12_Result:
line    8:
E735: Can only compare Dictionary with Dictionary

I started Vim with:

vim --clean

then I did:

:cd $VIMRUNTIME/colors
:e desert.vim
:so tools/check_colors.vim

It says the error is on line 8, but I sourced the script with :debug and the error pops up after executing line 191 (which is the 8th line of Result()).

habamax commented 2 years ago

Thanks, should be fixed now.