Shougo / unite-outline

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

Windows support #43

Closed ecsousa closed 9 years ago

ecsousa commented 9 years ago

On windows, unite-outline were not able to execute ctags due do shell escaping.

I have also tested this solution on a Mac OSX, and it worked fine.

Shougo commented 9 years ago

Thanks.

ecsousa commented 9 years ago

I have changed it to unite#utils_windows()

Shougo commented 9 years ago

Merged.