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

add and improve snippets #2

Merged
merged 5 commits into from
Jun 24, 2014
Merged

add and improve snippets #2

merged 5 commits into from
Jun 24, 2014

Conversation

syscrusher
Copy link
Owner

add Println and Printf snippets
remove conflict between int and interface snippets

jish added 5 commits May 31, 2014 13:23
When using the function snippet and declaring variables of type `int`,
the Interface snippet conflicts and interrupts the current snippet:

    func<tab>

    func foo(x int<tab>) type {
      // body
    }

Causes the interface snippet to kick in.
Conflicts:
	info.plist
syscrusher added a commit that referenced this pull request Jun 24, 2014
add and improve snippets
@syscrusher syscrusher merged commit 837db2d into syscrusher:master Jun 24, 2014
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.

2 participants