This commit is contained in:
baabelfish 2016-01-31 22:57:43 +02:00
commit 4c5dfe3ea5
6 changed files with 40 additions and 10 deletions

View file

@ -18,6 +18,6 @@ endfunction
function! features#definition#run()
call util#StartQuery()
call suggest#New("def", 0, s:DefinitionImpl)
endfunction

View file

@ -67,6 +67,5 @@ endfunction
function! features#info#run()
call util#StartQuery()
call suggest#New("def", 0, s:InfoImpl)
endfunction

View file

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