Subversion Repositories planix.SVN

Rev

Rev 115 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 115 Rev 118
Line 577... Line 577...
577
		wcursor = d == '`' ? ncols[c - 'a'] : 0;
577
		wcursor = d == '`' ? ncols[c - 'a'] : 0;
578
		if (opf == vmove && (wdot != dot || (d == '`' && wcursor != cursor)))
578
		if (opf == vmove && (wdot != dot || (d == '`' && wcursor != cursor)))
579
			markDOT();
579
			markDOT();
580
		if (wcursor) {
580
		if (wcursor) {
581
			vsave();
581
			vsave();
582
			getline(*wdot);
582
			ex_getline(*wdot);
583
			if (wcursor > strend(linebuf))
583
			if (wcursor > strend(linebuf))
584
				wcursor = 0;
584
				wcursor = 0;
585
			getDOT();
585
			getDOT();
586
		}
586
		}
587
		if (o_speed > B300)
587
		if (o_speed > B300)