Some more work

This commit is contained in:
baabelfish 2016-01-30 20:10:24 +02:00
commit a63b9b895a
6 changed files with 90 additions and 58 deletions

View file

@ -13,11 +13,11 @@ function! s:InfoImpl.run(data)
let [_, ctype, name, type, filename, l, c, doc] = split(a:data.lines[0], " ")
echohl Function | echon "Type"
echohl Comment | echon ": "
echohl Statement | echon type
echohl Typedef | echon type
endif
endfunction
function! feature#info#run()
function! features#info#run()
call suggest#New("def", 0, s:InfoImpl)
endfunction