diff options
author | Magnus Groß <21310755+vimpostor@users.noreply.github.com> | 2021-10-02 02:02:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 09:02:49 +0900 |
commit | 708e810414d124b17b0c42e872b387a7a6c2ea85 (patch) | |
tree | d5d7f4ac47cdf223668e69932b5c498fa9a82699 /doc | |
parent | c9c89a1853c01f3451edd7105814d123023ddbd8 (diff) | |
download | ale-708e810414d124b17b0c42e872b387a7a6c2ea85.zip |
Implement virtual text support for vim (#3915)
This requires the textprop and popupwin feature (vim 8.2).
Fixes #3906
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index c9921b8b..1da2d4a1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2226,8 +2226,6 @@ 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 |