summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-10 17:44:25 +0100
committerw0rp <devw0rp@gmail.com>2023-09-10 17:44:25 +0100
commit1bf445c6d5c805db0e0733846538fa4bfd5d8a68 (patch)
tree3f95db076bdf2f4e1790f56b57a791138ab2086e /doc/ale.txt
parent385dc4130c8e8317638ba27f6d87b993de88c05c (diff)
downloadale-1bf445c6d5c805db0e0733846538fa4bfd5d8a68.zip
Print the most severe problem with virtualtext
Fix the ordering of virtualtext so we print the most severe problem on a line. If two problems are the most severe, we will print the left-most problem.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 2b73337c..0263c8cc 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2443,9 +2443,9 @@ g:ale_virtualtext_single *g:ale_virtualtext_single*
appended in turn.
With `single` set to a non-zero value, only the first problem on a line will
- be printed with virtual text. The problem at the left-most position on a
- line will be printed. If two problems exist at the same position, the most
- severe problem will be printed.
+ be printed with virtual text. The most severe problem on a line will be
+ printed. If two problems exist on a line of equal severity, the problem at
+ the left-most position will be printed.
g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*