summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-08-23 22:34:12 +0100
committerGitHub <noreply@github.com>2018-08-23 22:34:12 +0100
commitc2f7b379ee475d295a23f4ebb3d271861bba9d98 (patch)
tree645d263748395a1c568d0f1ddf454a5492d37fbb
parent774c02552fe15a3a0a70215928f15b3352e63d8e (diff)
parentaba41605530bc4611157f58b8818360a232d4bc9 (diff)
downloadale-c2f7b379ee475d295a23f4ebb3d271861bba9d98.zip
Merge pull request #1842 from kjagiello/patch-1
Fix case typo in the documentation
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
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: