#653 - Automatically accept annoying loclist and quickfix errors from Vim

This commit is contained in:
w0rp
2017-08-20 13:27:18 +01:00
parent e5d0a17694
commit 753cf5da95
7 changed files with 96 additions and 17 deletions

View File

@@ -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