diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-25 15:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 15:46:18 +0100 |
commit | 222d9e69083c7f068714901bd163ca18b8450de3 (patch) | |
tree | 11a9c7d6f2663c427e3fdd4090b757d1a8fbdd06 /README.md | |
parent | 9a019e2342900e10a98538ccc9b18e28b3143a2b (diff) | |
download | ale-222d9e69083c7f068714901bd163ca18b8450de3.zip |
Fix the autocmd suggestion some more
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,6 +287,6 @@ autocmd event can be used to call arbitrary functions after ALE stops linting. ```vim augroup YourGroup autocmd! - autocmd ALELint call YourFunction() + autocmd User ALELint call YourFunction() augroup END ``` |