h1mesuke / unite-outline

outline source for unite.vim
http://d.hatena.ne.jp/h1mesuke/20101107/p1
128 stars 61 forks source link

Outline for Java/C/C++ files doesn't work #38

Open Townk opened 11 years ago

Townk commented 11 years ago

Hi guys,

I'm trying to setup my vim to use Unite to replace a bunch of plugins I have but I can't make unite-outline work with Java / C / C++ code. I do have crags installed and working here (tagbar plugin works like a charm) but when I invoke unite outline with:

:Unite outline:!

I get a blank list.

Am I suppose to configure something to make outline uses ctags in this case?

crazymaster commented 11 years ago

This repository is not maintained. You should use Shougo's forked repository. https://github.com/Shougo/unite-outline

Shougo commented 11 years ago

Yes. Unfortunatelly, original maintainer is not supported yet.

Townk commented 11 years ago

Thanks guys. I switched to Shougo's repo and it's working like a charm