* Traditional regular expressions sometimes failed to operate correctly

since the last release.
This commit is contained in:
Gunnar Ritter 2005-03-24 23:38:10 +00:00
parent b0a749c10a
commit c13aadbd6a
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Release ...
screen after an insertion.
* The 'p' command now works correctly if the buffer contains a partial line
with multibyte characters.
* Traditional regular expressions sometimes failed to operate correctly
since the last release.
Release 2/25/05
* Traditional regular expressions can now be used with multibyte characters.

View File

@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_re.c 1.55 (gritter) 2/20/05";
static char sccsid[] = "@(#)ex_re.c 1.56 (gritter) 3/25/05";
#endif
#endif
@ -1305,6 +1305,7 @@ execute(int gf, line *addr)
compile1();
if (value(IGNORECASE))
loconv(linebuf, linebuf);
locs = 0;
}
circf = re.Circfl;
return step(p, re.Expbuf);