mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-18 14:29:50 +08:00
Fix the autocmd suggestion some more
This commit is contained in:
@@ -287,6 +287,6 @@ autocmd event can be used to call arbitrary functions after ALE stops linting.
|
|||||||
```vim
|
```vim
|
||||||
augroup YourGroup
|
augroup YourGroup
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd ALELint call YourFunction()
|
autocmd User ALELint call YourFunction()
|
||||||
augroup END
|
augroup END
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user