summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-07-10 12:03:33 +0000
committerBram Moolenaar <Bram@vim.org>2007-07-10 12:03:33 +0000
commit78f6f7eb95b6de145d9c386694322701a17ca169 (patch)
treeeb60b7031883522f9a440164bb9f27ac5ab7404c
parent7a42fa3cb7b61dcfa63a9083f8840dd38ead272b (diff)
updated for version 7.1-026v7.1.026
-rw-r--r--src/normal.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index cdd34a5b93..b1f8c6a8ca 100644
--- 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,
diff --git a/src/version.c b/src/version.c
index 83ff53d967..6d91572956 100644
--- 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,