changeset 9244:931bbf7b6ee3 v7.4.1905

commit https://github.com/vim/vim/commit/fdd82fe365d0e287bafc71f98c039cb5af8ed827 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 21:38:44 2016 +0200 patch 7.4.1905 Problem: Some compilers can't handle a double semicolon. Solution: Remove one semicolon.
author Christian Brabandt <cb@256bit.org>
date Mon, 06 Jun 2016 21:45:06 +0200
parents 9bc59a88f8c3
children fe03dc56fba7
files src/ex_cmds.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2542,7 +2542,7 @@ barline_parse(vir_T *virp, char_u *text,
 {
     char_u  *p = text;
     char_u  *nextp = NULL;
-    char_u  *buf = NULL;;
+    char_u  *buf = NULL;
     int	    count = 0;
     int	    i;
     int	    allocated = FALSE;
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1905,
+/**/
     1904,
 /**/
     1903,