Fix #773 - Do not clear the loclist when closing the loclist window
This commit is contained in:
parent
507e32e91c
commit
cad9fc19c6
3 changed files with 50 additions and 1 deletions
|
@ -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', {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue