0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-026

This commit is contained in:
Bram Moolenaar
2007-07-10 12:03:33 +00:00
parent 7a42fa3cb7
commit 78f6f7eb95
2 changed files with 3 additions and 1 deletions

View File

@@ -6379,7 +6379,7 @@ nv_brackets(cap)
*/ */
else if (cap->nchar == 'p' || cap->nchar == 'P') else if (cap->nchar == 'p' || cap->nchar == 'P')
{ {
if (!checkclearopq(cap->oap)) if (!checkclearop(cap->oap))
{ {
prep_redo_cmd(cap); prep_redo_cmd(cap);
do_put(cap->oap->regname, do_put(cap->oap->regname,

View File

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