mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.1-319
This commit is contained in:
parent
e82080179b
commit
48be32b61e
@ -3032,10 +3032,7 @@ cmdline_paste_str(s, literally)
|
|||||||
++s;
|
++s;
|
||||||
#ifdef FEAT_MBYTE
|
#ifdef FEAT_MBYTE
|
||||||
if (has_mbyte)
|
if (has_mbyte)
|
||||||
{
|
c = mb_cptr2char_adv(&s);
|
||||||
c = mb_ptr2char(s);
|
|
||||||
s += mb_char2len(c);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
c = *s++;
|
c = *s++;
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
319,
|
||||||
/**/
|
/**/
|
||||||
318,
|
318,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user