Created
October 13, 2015 09:39
-
-
Save yukitos/4c6b5b8962a53d7c7d7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// (snip) | |
let endCol = | |
if r.StartLine = r.EndLine then | |
r.EndColumn | |
else | |
buffer.CurrentSnapshot.GetLineFromLineNumber(r.StartLine).End.Position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment