Introduction
Introduction Statistics Contact Development Disclaimer Help
tvi: fix updating previous hll row - neatvi - [fork] simple vi-type editor with…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 7c800ce91775309ad896f377d3be4f994f398e44
parent 334aa96130c257032e7d7eeef650618bf706f09a
Author: Ali Gholami Rudi <[email protected]>
Date: Tue, 21 Jan 2020 00:21:06 +0330
vi: fix updating previous hll row
Diffstat:
M vi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vi.c b/vi.c
t@@ -1334,7 +1334,7 @@ static void vi(void)
} else {
if (xtop != otop)
vi_drawupdate(xcol, otop);
- if (xhll && xrow != orow && orow >= xtop && orow < xto…
+ if (xhll && xrow != orow && orow >= xtop && orow < xto…
vi_drawrow(orow);
if (xhll && xrow != orow)
vi_drawrow(xrow);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.