comparison runtime/doc/eval.txt @ 26115:bb87ce13e7d6 v8.2.3590

patch 8.2.3590: test for v:colornames sometimes fails Commit: https://github.com/vim/vim/commit/a0fca17251bf491db7b8d302ce22dee844597e82 Author: Drew Vogel <dvogel@github> Date: Sat Nov 13 10:50:01 2021 +0000 patch 8.2.3590: test for v:colornames sometimes fails Problem: Test for v:colornames sometimes fails. (Dominique Pell?) Solution: Check features. Clear v:colornames between tests. (Drew Vogel, closes #9105, closes #9073)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Nov 2021 12:00:03 +0100
parents babd9f1dbe12
children 3da380450cce
comparison
equal deleted inserted replaced
26114:32f4ca8378c3 26115:bb87ce13e7d6
1869 if it did not exist in |v:colornames|. Doing so allows the 1869 if it did not exist in |v:colornames|. Doing so allows the
1870 user to choose the precise color value for a common name 1870 user to choose the precise color value for a common name
1871 by setting it in their |.vimrc|. 1871 by setting it in their |.vimrc|.
1872 1872
1873 It is possible to remove entries from this dictionary but 1873 It is possible to remove entries from this dictionary but
1874 doing so is *NOT* recommended. Doing so is disruptive to 1874 doing so is NOT recommended, because it is disruptive to
1875 other scripts. It is also unlikely to achieve the desired 1875 other scripts. It is also unlikely to achieve the desired
1876 result because the |:colorscheme| and |:highlight| commands will 1876 result because the |:colorscheme| and |:highlight| commands will
1877 both automatically load all `colors/lists/default.vim` color 1877 both automatically load all `colors/lists/default.vim` color
1878 scripts. 1878 scripts.
1879 1879