mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-24 04:39:24 +00:00
anoter fix for the 'ic' case
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_vput.c 1.46 (gritter) 2/3/05";
|
||||
static char sccsid[] = "@(#)ex_vput.c 1.47 (gritter) 2/4/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1396,7 +1396,7 @@ def:
|
||||
if (insmode && (!IM || !*IM))
|
||||
#endif /* !notdef */
|
||||
{
|
||||
n = colsc(c);
|
||||
n = colsc(c&TRIM);
|
||||
for (m = 0; m < n; m++)
|
||||
vputp(IC, DEPTH(vcline));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user