Files
zyedidia.micro/cmd/micro
Zachary Yedidia 3080e32a8f Fix multiline remove in lineArray
I forgot that when you remove lines[n] then lines[n+1] becomes lines[n]
so to remove the range lines[a:b] you need to remove lines[a] for a-b
times. In this case we should delete lines[start.Y + 1] over and over
instead of removing lines[i] because i is contantly increasing.

Fixes #166
2016-06-08 10:21:27 -04:00
..
2016-06-07 21:47:34 -04:00
2016-06-07 11:43:28 -04:00
2016-06-07 11:43:28 -04:00
2016-06-07 11:43:28 -04:00
2016-06-08 10:21:27 -04:00
2016-06-07 16:10:39 -04:00
2016-06-07 11:43:28 -04:00
2016-06-01 10:05:17 -04:00
2016-06-07 11:43:28 -04:00
2016-06-01 10:05:17 -04:00
2016-06-07 11:43:28 -04:00
2016-06-07 11:43:28 -04:00