Skip to content

Instantly share code, notes, and snippets.

@yukitos
Created October 13, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukitos/4c6b5b8962a53d7c7d7c to your computer and use it in GitHub Desktop.
Save yukitos/4c6b5b8962a53d7c7d7c to your computer and use it in GitHub Desktop.
// (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