diff options
-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 ALELint call YourFunction() augroup END ``` |