* Made it work for Big5 locales (Patches by Matthew Fischer).

* Fixed a problem with the 'r' command in EUC-JP and Big5 locales (Bugreport
  by Matthew Fischer).
This commit is contained in:
Gunnar Ritter
2005-01-20 22:33:32 +00:00
parent 28950221e4
commit 11445d2b92
5 changed files with 14 additions and 10 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_vput.c 1.42 (gritter) 1/16/05";
static char sccsid[] = "@(#)ex_vput.c 1.43 (gritter) 1/20/05";
#endif
#endif
@@ -268,7 +268,7 @@ vcursat(register char *cp)
if (cp <= linebuf && linebuf[0] == 0)
vgotoCL(value(NUMBER) << 3);
else
vgotoCL(column(cp - 1));
vgotoCL(column(cp + skipleft(linebuf, cp)));
}
/*