editor fixes

This commit is contained in:
Vadim Lopatin 2014-04-24 20:02:21 +04:00
parent 7aca03e94f
commit e9ecc3b26c
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ class EditableContent {
// forward
if (p.pos >= linelen) {
// last position of line
if (p.line < length)
if (p.line < length - 1)
p = firstNonSpace(p.line + 1);
} else if (p.pos >= lastns.pos) { // before first nonspace
// to beginning of line