From b27df1b169cabb12e94b102cd8b6a788b2c864b2 Mon Sep 17 00:00:00 2001 From: Donnie West Date: Thu, 17 Oct 2019 21:47:07 -0500 Subject: Allow code actions to work on callback based sources --- autoload/ale/completion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/ale/completion.vim b/autoload/ale/completion.vim index a15ca514..63e2247c 100644 --- a/autoload/ale/completion.vim +++ b/autoload/ale/completion.vim @@ -722,7 +722,7 @@ endfunction function! ale#completion#HandleUserData(completed_item) abort let l:source = get(get(b:, 'ale_completion_info', {}), 'source', '') - if l:source isnot# 'ale-automatic' && l:source isnot# 'ale-manual' + if l:source isnot# 'ale-automatic' && l:source isnot# 'ale-manual' && l:source isnot# 'ale-callback' return endif -- cgit v1.2.3