diff options
author | Krzysztof Jagiełło <me@kjagiello.com> | 2018-08-23 20:24:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 20:24:47 +0200 |
commit | aba41605530bc4611157f58b8818360a232d4bc9 (patch) | |
tree | bb62ff156eb93c693cd90cc402cd9730586db95f /doc | |
parent | a366d325a7c69fa20a3ab69ff8359bcd37d1487a (diff) | |
download | ale-aba41605530bc4611157f58b8818360a232d4bc9.zip |
Fix case typo in the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
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: |