WIP
This commit is contained in:
parent
7953c47a57
commit
4c5dfe3ea5
6 changed files with 40 additions and 10 deletions
|
|
@ -18,6 +18,6 @@ endfunction
|
|||
|
||||
|
||||
function! features#definition#run()
|
||||
call util#StartQuery()
|
||||
call suggest#New("def", 0, s:DefinitionImpl)
|
||||
endfunction
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,5 @@ endfunction
|
|||
|
||||
|
||||
function! features#info#run()
|
||||
call util#StartQuery()
|
||||
call suggest#New("def", 0, s:InfoImpl)
|
||||
endfunction
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ function! s:UsagesDefinitionImpl.run(data)
|
|||
endfunction
|
||||
|
||||
function! features#usages#run(findInProject)
|
||||
call util#StartQuery()
|
||||
cclose
|
||||
call setqflist([])
|
||||
let s:findInProject = a:findInProject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue