diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-08-23 22:34:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 22:34:12 +0100 |
commit | c2f7b379ee475d295a23f4ebb3d271861bba9d98 (patch) | |
tree | 645d263748395a1c568d0f1ddf454a5492d37fbb | |
parent | 774c02552fe15a3a0a70215928f15b3352e63d8e (diff) | |
parent | aba41605530bc4611157f58b8818360a232d4bc9 (diff) | |
download | ale-c2f7b379ee475d295a23f4ebb3d271861bba9d98.zip |
Merge pull request #1842 from kjagiello/patch-1
Fix case typo in the documentation
-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: |