Skip to content

Commit 2f1ce88

Browse files
mattnprabirshrestha
authored andcommitted
Add missing function (#667)
Fixes #666
1 parent 70234fe commit 2f1ce88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

autoload/lsp/ui/vim.vim

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,3 +580,10 @@ function! s:get_treeitem_for_tree_hierarchy(Callback, object) dict abort
580580
call a:Callback('success', s:hierarchyitem_to_treeitem(a:object))
581581
endfunction
582582

583+
function! lsp#ui#vim#code_action() abort
584+
call lsp#ui#vim#code_action#do({
585+
\ 'sync': v:false,
586+
\ 'selection': v:false,
587+
\ 'query': '',
588+
\ })
589+
endfunction

0 commit comments

Comments
 (0)