Skip to content

Conversation

keith
Copy link
Contributor

@keith keith commented Oct 2, 2017

Previously tag would only take you to the line of the given match. Now
it also takes you directly to the column that was matched.

Previously tag would only take you to the line of the given match. Now
it also takes you directly to the column that was matched.
@YPCrumble
Copy link

This is great, thanks for writing it!

One quick question - do you know why linenum (and now colnum in your PR) are written as string rather than int? I'm not a Go expert - the code seems to work fine like this just curious if there's a reason for that.

@keith
Copy link
Contributor Author

keith commented Oct 3, 2017

Well in this case we don't have any reason to cast it to an int, since we're parsing it and writing it as a string. So I guess there's just no need for that extra step.

@aykamko aykamko merged commit 03d90e2 into aykamko:master Oct 18, 2017
@keith keith deleted the ks/column-numbers branch October 18, 2017 01:18
@keith
Copy link
Contributor Author

keith commented Oct 18, 2017

Thanks!

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.

3 participants