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 @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 26, /**/ 25, /**/