]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-319 v7.1.319
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 10:56:16 +0000 (10:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 10:56:16 +0000 (10:56 +0000)
src/ex_getln.c
src/version.c

index 928fe2075a5a7271c95b7f43dc1c21d20babea0d..dabd65d143fe1d62d47c9d4fd20208429b8c7806 100644 (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++;
index cf910b97b0040eba33c2dcf5d6ac9fb1d0aab91e..5a3f014bdc9516aaf6b6ee80f8bf260085efa97d 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    319,
 /**/
     318,
 /**/