To: vim_dev@googlegroups.com Subject: Patch 7.4.2261 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2261 (after 7.4.2259) Problem: Build fails with small features. Solution: Move "else" inside the #ifdef. Files: src/ex_getln.c *** ../vim-7.4.2260/src/ex_getln.c 2016-08-26 19:13:02.111897066 +0200 --- src/ex_getln.c 2016-08-26 19:54:01.346578783 +0200 *************** *** 1570,1577 **** vim_beep(BO_ERROR); goto cmdline_not_changed; } #endif ! else if (xpc.xp_numfiles > 0) { if (nextwild(&xpc, (c == Ctrl_P) ? WILD_PREV : WILD_NEXT, 0, firstc != '@') == FAIL) --- 1570,1578 ---- vim_beep(BO_ERROR); goto cmdline_not_changed; } + else #endif ! if (xpc.xp_numfiles > 0) { if (nextwild(&xpc, (c == Ctrl_P) ? WILD_PREV : WILD_NEXT, 0, firstc != '@') == FAIL) *** ../vim-7.4.2260/src/version.c 2016-08-26 19:20:22.980029289 +0200 --- src/version.c 2016-08-26 19:55:04.242044509 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2261, /**/ -- From "know your smileys": :-H Is missing teeth /// 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 ///