From dce088a4f07c55f7cff4eef90224fa85aa402877 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Wed, 28 Jul 2021 04:40:59 -0700 Subject: [PATCH] Correct the spelling of :ALEComplete (#3843) --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 5d6e215a..2e5cd145 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3111,7 +3111,7 @@ ALEComplete *ALEComplete* Manually trigger LSP autocomplete and show the menu. Works only when called from insert mode. > - inoremap :AleComplete + inoremap :ALEComplete < A plug mapping `(ale_complete)` is defined for this command. >