From: Bram Moolenaar Date: Tue, 10 Jul 2007 12:03:33 +0000 (+0000) Subject: updated for version 7.1-026 X-Git-Tag: v7.1.026 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78f6f7eb95b6de145d9c386694322701a17ca169;p=vim updated for version 7.1-026 --- 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, /**/