From 708e810414d124b17b0c42e872b387a7a6c2ea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Gro=C3=9F?= <21310755+vimpostor@users.noreply.github.com> Date: Sat, 2 Oct 2021 02:02:49 +0200 Subject: Implement virtual text support for vim (#3915) This requires the textprop and popupwin feature (vim 8.2). Fixes #3906 --- doc/ale.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/ale.txt') 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 -- cgit v1.2.3