mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.2-292
This commit is contained in:
@@ -422,6 +422,7 @@ shift_block(oap, amount)
|
|||||||
#ifdef FEAT_MBYTE
|
#ifdef FEAT_MBYTE
|
||||||
if (has_mbyte)
|
if (has_mbyte)
|
||||||
bd.textstart += (*mb_ptr2len)(bd.textstart);
|
bd.textstart += (*mb_ptr2len)(bd.textstart);
|
||||||
|
else
|
||||||
#endif
|
#endif
|
||||||
++bd.textstart;
|
++bd.textstart;
|
||||||
}
|
}
|
||||||
|
@@ -681,6 +681,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 */
|
||||||
|
/**/
|
||||||
|
292,
|
||||||
/**/
|
/**/
|
||||||
291,
|
291,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user