* Made multicolumn characters work in lines longer than the screen width in

visual mode (Bugreport by Matthew Fischer).
This commit is contained in:
Gunnar Ritter
2005-02-15 16:31:11 +00:00
parent 625b7e45f5
commit d1a3bb3efa
9 changed files with 82 additions and 32 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_io.c 1.37 (gritter) 12/2/04";
static char sccsid[] = "@(#)ex_io.c 1.38 (gritter) 2/13/05";
#endif
#endif
@@ -428,6 +428,7 @@ rop(int c)
return;
}
}
failed = 1;
syserror();
}
if (fstat(io, &stbuf))