mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
#653 - Automatically accept annoying loclist and quickfix errors from Vim
This commit is contained in:
@@ -9,9 +9,7 @@ Before:
|
||||
\ 'feedkeys_calls': [],
|
||||
\}
|
||||
|
||||
call ale#completion#Nop()
|
||||
|
||||
function! ale#completion#FeedKeys(string, mode) abort
|
||||
function! ale#util#FeedKeys(string, mode) abort
|
||||
call add(g:test_vars.feedkeys_calls, [a:string, a:mode])
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user