Fix #773 - Do not clear the loclist when closing the loclist window

This commit is contained in:
w0rp 2017-07-15 18:44:45 +01:00
parent 507e32e91c
commit cad9fc19c6
3 changed files with 50 additions and 1 deletions

View file

@ -55,7 +55,7 @@ let g:ale_buffer_info = {}
" This option prevents ALE autocmd commands from being run for particular
" filetypes which can cause issues.
let g:ale_filetype_blacklist = ['nerdtree', 'unite', 'tags']
let g:ale_filetype_blacklist = ['nerdtree', 'unite', 'tags', 'qf']
" This Dictionary configures which linters are enabled for which languages.
let g:ale_linters = get(g:, 'ale_linters', {})