summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBlahGeek <i@blahgeek.com>2019-09-01 21:03:54 +0800
committerw0rp <w0rp@users.noreply.github.com>2019-09-01 14:03:54 +0100
commit9f814a8ce9135e8c5f83ab4455f3310822a9d7b5 (patch)
tree1b239ae899ea0d31d5818cd89fa3011c91f69872 /doc
parent67ee2b9586743db4a7224c4f42bbd494373b6a85 (diff)
downloadale-9f814a8ce9135e8c5f83ab4455f3310822a9d7b5.zip
Add g:ale_sign_highlight_linenr (#2678)
* add g:ale_sign_highlight_linenr * Fix tests. Change option default value * Rename ale_sign_highlight_linenr to ale_sign_highlight_linenrs * Default ale_sign_highlight_linenrs to 0
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index beca8546..7fa89243 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1437,8 +1437,9 @@ g:ale_set_signs *g:ale_set_signs*
|ALEWarningLine| - All items with `'type': 'W'`
|ALEInfoLine| - All items with `'type': 'I'`
- With Neovim 0.3.2 or higher, ALE uses `numhl` option to highlight 'number'
- column. It uses the following highlight groups.
+ With Neovim 0.3.2 or higher, ALE can use `numhl` option to highlight 'number'
+ column. It uses the following highlight groups. To enable this feature,
+ see |g:ale_sign_highlight_linenrs|.
|ALEErrorSignLineNr| - Items with `'type': 'E'`
|ALEWarningSignLineNr| - Items with `'type': 'W'`
@@ -1552,6 +1553,15 @@ g:ale_sign_warning *g:ale_sign_warning*
The sign for warnings in the sign gutter.
+g:ale_sign_highlight_linenrs *g:ale_sign_highlight_linenrs*
+
+ Type: |Number|
+ Default: `0`
+
+ This option controls whether ALE should use `numhl` option to highlight 'number'
+ column in supported vim version.
+
+
g:ale_update_tagstack *g:ale_update_tagstack*
*b:ale_update_tagstack*
Type: |Number|