#904 Do not run linters on :wq or :x
This commit is contained in:
parent
010ebc2459
commit
ef495ba32d
6 changed files with 113 additions and 2 deletions
|
@ -383,6 +383,7 @@ augroup ALECleanupGroup
|
|||
autocmd!
|
||||
" Clean up buffers automatically when they are unloaded.
|
||||
autocmd BufUnload * call ale#engine#Cleanup(str2nr(expand('<abuf>')))
|
||||
autocmd QuitPre * call ale#events#QuitEvent(str2nr(expand('<abuf>')))
|
||||
augroup END
|
||||
|
||||
" Backwards Compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue