summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2022-12-27 15:36:35 +0000
committerw0rp <devw0rp@gmail.com>2022-12-27 15:36:35 +0000
commitfe61e0004075e8502b18eca152ad9ecce1d9c3a1 (patch)
treed029f7b377f38960d40fa9a6830df11aacab0582 /doc
parent3cb4f33a9a9a53cc8c10952aecfa9bca1afcbe4c (diff)
downloadale-fe61e0004075e8502b18eca152ad9ecce1d9c3a1.zip
Fix #4400 - Separate virtual text highlight groups to avoid errors
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 65a551a7..ebc5489c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2508,7 +2508,7 @@ ALEStyleWarningSignLineNr *ALEStyleWarningSignLineNr*
ALEVirtualTextError *ALEVirtualTextError*
- Default: `highlight link ALEVirtualTextError ALEError`
+ Default: `highlight link ALEVirtualTextError SpellBad`
The highlight for virtualtext errors. See |g:ale_virtualtext_cursor|.
@@ -2536,7 +2536,7 @@ ALEVirtualTextStyleWarning *ALEVirtualTextStyleWarning*
ALEVirtualTextWarning *ALEVirtualTextWarning*
- Default: `highlight link ALEVirtualTextWarning ALEWarning`
+ Default: `highlight link ALEVirtualTextWarning SpellCap`
The highlight for virtualtext errors. See |g:ale_virtualtext_cursor|.