Fix windows binary links

Fixes #47
This commit is contained in:
Zachary Yedidia
2016-04-21 07:05:15 -04:00
parent 6d3344e4bd
commit 77caf5878d
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ func (c *Cursor) SelectLine() {
c.Start()
c.curSelection[0] = c.Loc()
c.End()
c.curSelection[1] = c.Loc()
c.curSelection[1] = c.Loc() + 1
c.origSelection = c.curSelection
}