Delete (Tested): dd diw d{bracket} dG dgg

This commit is contained in:
2016-03-31 18:52:20 +08:00
parent 8c5f50ec2c
commit c24f74f70c
2 changed files with 98 additions and 10 deletions
+8 -1
View File
@@ -92,7 +92,14 @@
Cursor.prototype.moveTo = function( aPos, phantomSpace )
{
var content = this.feeder.content;
var lastLineNum = this.getLine().lineNum;
var pline = this.getLine();
var lastLineNum = pline.lineNum;
if( pline.placeholder )
{
lastLineNum = 0;
this.Y = 0;
}
var expLineNum = 0;
var lineStart = 0;