mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Add a missing augroup END line
This commit is contained in:
@@ -383,3 +383,4 @@ endfunction
|
|||||||
augroup ALEBufferFixGroup
|
augroup ALEBufferFixGroup
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufEnter * call ale#fix#ApplyQueuedFixes(str2nr(expand('<abuf>')))
|
autocmd BufEnter * call ale#fix#ApplyQueuedFixes(str2nr(expand('<abuf>')))
|
||||||
|
augroup END
|
||||||
|
|||||||
Reference in New Issue
Block a user