To: vim_dev@googlegroups.com Subject: Patch 7.4.2202 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2202 Problem: Build fails with small features. Solution: Correct option initialization. Files: src/option.c *** ../vim-7.4.2201/src/option.c 2016-08-12 18:29:36.610738320 +0200 --- src/option.c 2016-08-12 18:50:02.343717556 +0200 *************** *** 2416,2426 **** {"signcolumn", "scl", P_STRING|P_ALLOCED|P_VI_DEF|P_RWIN, #ifdef FEAT_SIGNS (char_u *)VAR_WIN, PV_SCL, ! {(char_u *)"auto", (char_u *)0L} SCRIPTID_INIT}, #else (char_u *)NULL, PV_NONE, {(char_u *)NULL, (char_u *)0L} #endif {"slowopen", "slow", P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, --- 2416,2427 ---- {"signcolumn", "scl", P_STRING|P_ALLOCED|P_VI_DEF|P_RWIN, #ifdef FEAT_SIGNS (char_u *)VAR_WIN, PV_SCL, ! {(char_u *)"auto", (char_u *)0L} #else (char_u *)NULL, PV_NONE, {(char_u *)NULL, (char_u *)0L} #endif + SCRIPTID_INIT}, {"slowopen", "slow", P_BOOL|P_VI_DEF, (char_u *)NULL, PV_NONE, {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT}, *** ../vim-7.4.2201/src/version.c 2016-08-12 18:29:36.614738284 +0200 --- src/version.c 2016-08-12 18:50:57.087224698 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2202, /**/ -- hundred-and-one symptoms of being an internet addict: 11. You find yourself typing "com" after every period when using a word processor.com /// 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 ///