0
0
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:
Bram Moolenaar 2008-06-20 10:56:16 +00:00
parent e82080179b
commit 48be32b61e
2 changed files with 3 additions and 4 deletions

View File

@ -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++;

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 */
/**/
319,
/**/ /**/
318, 318,
/**/ /**/