Correct the spelling of :ALEComplete (#3843)

This commit is contained in:
Jon Parise
2021-07-28 04:40:59 -07:00
committed by GitHub
parent 73d32335fe
commit dce088a4f0

View File

@@ -3111,7 +3111,7 @@ ALEComplete *ALEComplete*
Manually trigger LSP autocomplete and show the menu. Works only when called
from insert mode. >
inoremap <silent> <C-Space> <C-\><C-O>:AleComplete<CR>
inoremap <silent> <C-Space> <C-\><C-O>:ALEComplete<CR>
<
A plug mapping `<Plug>(ale_complete)` is defined for this command. >