summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-28 13:10:22 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-28 13:10:22 +0200
commit75e15670b8749845cde2962ddb738dd5c6e73191 (patch)
tree35816d2c2dbda17edd6619d77b10fff90e4e115d /runtime
parentfaf8626b79e380fe81e7ae2439a535ed7619d27b (diff)
patch 8.2.1077: no enough test coverage for highlightingv8.2.1077
Problem: No enough test coverage for highlighting. Solution: Add more tests. (Yegappan Lakshmanan, closes #6351)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index dbcaad2beb..8c2d35342e 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5018,7 +5018,7 @@ ctermul={color-nr} *highlight-ctermul*
console. Example, for reverse video: >
:highlight Visual ctermfg=bg ctermbg=fg
< Note that the colors are used that are valid at the moment this
- command are given. If the Normal group colors are changed later, the
+ command is given. If the Normal group colors are changed later, the
"fg" and "bg" colors will not be adjusted.