From 78f6f7eb95b6de145d9c386694322701a17ca169 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 10 Jul 2007 12:03:33 +0000 Subject: [PATCH] updated for version 7.1-026 --- src/normal.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/normal.c b/src/normal.c index cdd34a5b9..b1f8c6a8c 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 83ff53d96..6d9157295 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 26, /**/ 25, /**/ -- 2.50.1