summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/cfg.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/cfg.vim')
-rw-r--r--runtime/syntax/cfg.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/cfg.vim b/runtime/syntax/cfg.vim
index a50297d418..f347b1379f 100644
--- a/runtime/syntax/cfg.vim
+++ b/runtime/syntax/cfg.vim
@@ -32,7 +32,7 @@ syn match CfgComment "#.*"
syn match CfgComment ";.*"
syn match CfgComment "\/\/.*"
-" Define the default hightlighting.
+" Define the default highlighting.
" Only when an item doesn't have highlighting yet
hi def link CfgOnOff Label
hi def link CfgComment Comment