patch 8.2.1077: no enough test coverage for highlighting
Problem: No enough test coverage for highlighting.
Solution: Add more tests. (Yegappan Lakshmanan, closes #6351)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index dbcaad2..8c2d353 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -5018,7 +5018,7 @@
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.