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:
@@ -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,
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user