Add a missing augroup END line

This commit is contained in:
w0rp
2020-08-29 14:23:51 +01:00
parent 6b138b965d
commit bc3a843e10

View File

@@ -383,3 +383,4 @@ endfunction
augroup ALEBufferFixGroup
autocmd!
autocmd BufEnter * call ale#fix#ApplyQueuedFixes(str2nr(expand('<abuf>')))
augroup END