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

Snippets sometimes missing last letter of type #63

Open
JackDunnNZ opened this issue Jan 24, 2015 · 1 comment
Open

Snippets sometimes missing last letter of type #63

JackDunnNZ opened this issue Jan 24, 2015 · 1 comment

Comments

@JackDunnNZ
Copy link

There are some snippets where the last letter of the type isn't included. For example:

  • joinpath completes to joinpath(parts...) -> Strin)
  • length completes to length(collection) -> Intege)

A quick ctrl-f in julia.sublime_completions shows 17 matches for Intege} and 40 for Boo}. Haven't checked other types, but something is clearly going awry. Here's an example of the snippet.

It's not a big deal at all, but it would be nice to fix :) I'd have a go if I knew more about regex.

@quinnj
Copy link
Owner

quinnj commented Jan 28, 2015

Hmmm.....thanks for the report. I'll take a look

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

No branches or pull requests

2 participants