projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b24e4b
)
updated for version 7.2c-003
v7.2c.003
author
Bram Moolenaar
<Bram@vim.org>
Fri, 8 Aug 2008 11:45:39 +0000
(11:45 +0000)
committer
Bram Moolenaar
<Bram@vim.org>
Fri, 8 Aug 2008 11:45:39 +0000
(11:45 +0000)
src/regexp.c
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/regexp.c
b/src/regexp.c
index bf113daf11fda0042d5942357d955657047175fd..ac60c695aa43ba19aec5c34f5832912859a05c00 100644
(file)
--- a/
src/regexp.c
+++ b/
src/regexp.c
@@
-1899,7
+1899,7
@@
regatom(flagp)
br = regnext(br);
}
}
- *flagp &= ~
HASWIDTH
;
+ *flagp &= ~
(HASWIDTH | SIMPLE)
;
break;
}
diff --git
a/src/version.c
b/src/version.c
index 6730cc0fd778e7e6f0cb2d6e7fad9fae8bb4c876..61adb887b0949f6d77d1c6797686baf40fee4e5e 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-676,6
+676,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3,
/**/
2,
/**/