diff options
author | w0rp <devw0rp@gmail.com> | 2019-10-07 20:03:52 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-10-07 20:03:59 +0100 |
commit | 6d888017897e5e1356f6232d91bc39926131bf5b (patch) | |
tree | 1431618a00eb67083ed7fd5325b917a6e6445bee /doc | |
parent | 59b34dd01774afe6309fa7e56cb68b3dcae2d43c (diff) | |
download | ale-6d888017897e5e1356f6232d91bc39926131bf5b.zip |
Clarify that virtualtext is only in NeoVim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 3282cbfd..c6e48043 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1709,6 +1709,8 @@ g:ale_virtualtext_cursor *g:ale_virtualtext_cursor* Type: |Number| Default: `0` + This option only has any effect in NeoVim. + When this option is set to `1`, a message will be shown when a cursor is near a warning or error. ALE will attempt to find the warning or error at a column nearest to the cursor when the cursor is resting on a line which |