mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-018
This commit is contained in:
@@ -3404,7 +3404,9 @@ do_put(regname, dir, count, flags)
|
|||||||
|
|
||||||
#ifdef FEAT_VIRTUALEDIT
|
#ifdef FEAT_VIRTUALEDIT
|
||||||
col += curwin->w_cursor.coladd;
|
col += curwin->w_cursor.coladd;
|
||||||
if (ve_flags == VE_ALL && curwin->w_cursor.coladd > 0)
|
if (ve_flags == VE_ALL
|
||||||
|
&& (curwin->w_cursor.coladd > 0
|
||||||
|
|| endcol2 == curwin->w_cursor.col))
|
||||||
{
|
{
|
||||||
if (dir == FORWARD && c == NUL)
|
if (dir == FORWARD && c == NUL)
|
||||||
++col;
|
++col;
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
18,
|
||||||
/**/
|
/**/
|
||||||
17,
|
17,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user