From 1f2d16e469b664f05bce42bf23b65bbfa7e3e995 Mon Sep 17 00:00:00 2001 From: Quico Augustijn Date: Tue, 31 Oct 2023 16:15:29 +0100 Subject: [PATCH] Fix g:semanticTermColors in doc/semantic-highlight.txt --- doc/semantic-highlight.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/semantic-highlight.txt b/doc/semantic-highlight.txt index 0f42e96..e3afaec 100644 --- a/doc/semantic-highlight.txt +++ b/doc/semantic-highlight.txt @@ -21,7 +21,7 @@ g:semanticTermColors *g:semanticTermColors* Override this with an array of numeric values to change the list of colors the plugin will use when in CLI mode. -let g:semanticGUIColors = [1, 2] +let g:semanticTermColors = [1, 2] g:semanticUseCache *g:semanticUseCache*