To: vim_dev@googlegroups.com Subject: Patch 7.4.1905 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1905 (after 7.4.1903) Problem: Some compilers can't handle a double semicolon. Solution: Remove one semicolon. Files: src/ex_cmds.c *** ../vim-7.4.1904/src/ex_cmds.c 2016-06-06 21:07:48.383578685 +0200 --- src/ex_cmds.c 2016-06-06 21:37:15.511554377 +0200 *************** *** 2542,2548 **** { char_u *p = text; char_u *nextp = NULL; ! char_u *buf = NULL;; int count = 0; int i; int allocated = FALSE; --- 2542,2548 ---- { char_u *p = text; char_u *nextp = NULL; ! char_u *buf = NULL; int count = 0; int i; int allocated = FALSE; *** ../vim-7.4.1904/src/version.c 2016-06-06 21:20:05.927568540 +0200 --- src/version.c 2016-06-06 21:38:06.239553679 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1905, /**/ -- "I don’t know how to make a screenshot" - Richard Stallman, July 2002 (when asked to send a screenshot of his desktop for unix.se) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///