From aba41605530bc4611157f58b8818360a232d4bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Jagie=C5=82=C5=82o?= Date: Thu, 23 Aug 2018 20:24:47 +0200 Subject: [PATCH] Fix case typo in the documentation --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 13184e84..e62dc972 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2689,7 +2689,7 @@ ALEFixPost *ALEFixPost-autocmd* augroup ALEProgress autocmd! autocmd User ALELintPre hi Statusline ctermfg=darkgrey - autocmd User ALELintPOST hi Statusline ctermfg=NONE + autocmd User ALELintPost hi Statusline ctermfg=NONE augroup end < Or to display the progress in the statusline: