updated for version 7.1-026
author |
vimboss |
date |
Tue, 10 Jul 2007 12:03:33 +0000 |
parents |
b686fb4898d1 |
children |
dbd226be80b1 |
files |
src/normal.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -6379,7 +6379,7 @@ nv_brackets(cap)
*/
else if (cap->nchar == 'p' || cap->nchar == 'P')
{
- if (!checkclearopq(cap->oap))
+ if (!checkclearop(cap->oap))
{
prep_redo_cmd(cap);
do_put(cap->oap->regname,
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 26,
+/**/
25,
/**/
24,