diff options
author | Drew Vogel <dvogel@github> | 2021-11-13 10:50:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-13 10:50:01 +0000 |
commit | a0fca17251bf491db7b8d302ce22dee844597e82 (patch) | |
tree | 32a0b8da8cefe1d96584689f6676d57fec38fed4 /runtime/doc/eval.txt | |
parent | 5300be620c77950caa5296019408ee02e60097e8 (diff) | |
download | vim-git-a0fca17251bf491db7b8d302ce22dee844597e82.tar.gz |
patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590
Problem: Test for v:colornames sometimes fails. (Dominique Pellé)
Solution: Check features. Clear v:colornames between tests. (Drew Vogel,
closes #9105, closes #9073)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d072f34c3..88b6f0dbd 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1871,7 +1871,7 @@ v:colornames A dictionary that maps color names to hex color strings. These by setting it in their |.vimrc|. It is possible to remove entries from this dictionary but - doing so is *NOT* recommended. Doing so is disruptive to + doing so is NOT recommended, because it is disruptive to other scripts. It is also unlikely to achieve the desired result because the |:colorscheme| and |:highlight| commands will both automatically load all `colors/lists/default.vim` color |