* When the 'ignorecase' option is toggled, saved regular expressions are now

updated accordingly.
This commit is contained in:
Gunnar Ritter
2005-02-19 20:13:22 +00:00
parent 773cc81104
commit 3a034c9785
3 changed files with 118 additions and 87 deletions

View File

@@ -72,7 +72,7 @@
*
* from ex_re.h 7.3 (Berkeley) 5/31/85
*
* @(#)ex_re.h 1.21 (gritter) 2/19/05
* @(#)ex_re.h 1.22 (gritter) 2/19/05
*/
/*
@@ -90,6 +90,8 @@ struct regexp {
void *Expbuf;
bool Circfl;
short Nbra;
int Flags;
int Length;
};
/*