comparison Filelist @ 26057:92c424550367 v8.2.3562

patch 8.2.3562: cannot add color names Commit: https://github.com/vim/vim/commit/e30d10253fa634c4f60daa798d029245f4eed393 Author: Drew Vogel <dvogel@github> Date: Sun Oct 24 20:35:07 2021 +0100 patch 8.2.3562: cannot add color names Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes https://github.com/vim/vim/issues/8761)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 21:45:04 +0200
parents 8a8847008e27
children b5f535645258
comparison
equal deleted inserted replaced
26056:977bbbf36908 26057:92c424550367
796 runtime/autoload/README.txt \ 796 runtime/autoload/README.txt \
797 runtime/autoload/dist/*.vim \ 797 runtime/autoload/dist/*.vim \
798 runtime/autoload/xml/*.vim \ 798 runtime/autoload/xml/*.vim \
799 runtime/colors/*.vim \ 799 runtime/colors/*.vim \
800 runtime/colors/README.txt \ 800 runtime/colors/README.txt \
801 runtime/colors/lists/*.vim \
801 runtime/colors/tools/*.vim \ 802 runtime/colors/tools/*.vim \
802 runtime/compiler/*.vim \ 803 runtime/compiler/*.vim \
803 runtime/compiler/README.txt \ 804 runtime/compiler/README.txt \
804 runtime/indent/*.vim \ 805 runtime/indent/*.vim \
805 runtime/indent/README.txt \ 806 runtime/indent/README.txt \
848 runtime/doc/xxd.man \ 849 runtime/doc/xxd.man \
849 850
850 # DOS runtime (also in the extra archive) 851 # DOS runtime (also in the extra archive)
851 RT_DOS = \ 852 RT_DOS = \
852 README_dos.txt \ 853 README_dos.txt \
853 runtime/rgb.txt \
854 vimtutor.bat \ 854 vimtutor.bat \
855 855
856 # DOS runtime without CR-LF translation (also in the extra archive) 856 # DOS runtime without CR-LF translation (also in the extra archive)
857 RT_DOS_BIN = \ 857 RT_DOS_BIN = \
858 runtime/vimlogo.cdr \ 858 runtime/vimlogo.cdr \