]> granicus.if.org Git - vim/commitdiff
patch 7.4.1905 v7.4.1905
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2016 19:38:44 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2016 19:38:44 +0000 (21:38 +0200)
Problem:    Some compilers can't handle a double semicolon.
Solution:   Remove one semicolon.

src/ex_cmds.c
src/version.c

index 8bb24c38e75fc5010a89749ae54401178b51c9fd..9f1db65b5a9829714440897d127789eb8ecf643e 100644 (file)
@@ -2542,7 +2542,7 @@ barline_parse(vir_T *virp, char_u *text, bval_T *values)
 {
     char_u  *p = text;
     char_u  *nextp = NULL;
-    char_u  *buf = NULL;;
+    char_u  *buf = NULL;
     int            count = 0;
     int            i;
     int            allocated = FALSE;
index 8305e3947b60e9f8fd8084341b6c879ac8990c37..7e7dd48bb86230f2fc3150d4bd28f2f3eea23c9c 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1905,
 /**/
     1904,
 /**/