To: vim_dev@googlegroups.com Subject: Patch 7.4.2107 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2107 (after 7.4.2106) Problem: Misplaced equal sign. Solution: Remove it. Files: src/globals.h *** ../vim-7.4.2106/src/globals.h 2016-07-26 22:02:50.147766335 +0200 --- src/globals.h 2016-07-26 22:12:31.958310868 +0200 *************** *** 1356,1362 **** EXTERN char psepc INIT(= '\\'); /* normal path separator character */ EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */ /* normal path separator string */ ! EXTERN char pseps[2] = INIT(= {'\\' COMMA 0}); #endif #ifdef FEAT_VIRTUALEDIT --- 1356,1362 ---- EXTERN char psepc INIT(= '\\'); /* normal path separator character */ EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */ /* normal path separator string */ ! EXTERN char pseps[2] INIT(= {'\\' COMMA 0}); #endif #ifdef FEAT_VIRTUALEDIT *** ../vim-7.4.2106/src/version.c 2016-07-26 22:02:50.147766335 +0200 --- src/version.c 2016-07-26 22:13:35.677713855 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2107, /**/ -- Arthur pulls Pin out. The MONK blesses the grenade as ... ARTHUR: (quietly) One, two, five ... GALAHAD: Three, sir! ARTHUR: Three. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///