Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby outline nested typename fix #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

todesking
Copy link

Dealt with "class A::B" pattern.

ex.
  class Module1::A

before:
  Module1 : class

after:
  Module1::A : class
@Shougo
Copy link

Shougo commented Aug 2, 2012

修正ありがとうございます。良い変更だと思います。
ただ、h1mesukeさんは最近更新をされていないみたいなので、すぐに更新が取り込まれる可能性は低いと思います。
私もリポジトリのコミット権は持っていません。

https://github.com/Shougo/unite-outline

緊急回避的にforkしたので、こちらにPull requestをお願いできますか。
h1mesukeさんが復活したら、マージしてもらおうと思っています。

@todesking
Copy link
Author

ok

todesking pushed a commit to todesking/unite-outline that referenced this pull request Nov 12, 2014
Fixed a bug in Go support (reported in h1mesuke#32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants