0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -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;
#ifdef FEAT_MBYTE
if (has_mbyte)
{
c = mb_ptr2char(s);
s += mb_char2len(c);
}
c = mb_cptr2char_adv(&s);
else
#endif
c = *s++;

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
319,
/**/
318,
/**/