To: vim_dev@googlegroups.com Subject: Patch 7.4.1790 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1790 Problem: Leading white space in a job command matters. (Andrew Stewart) Solution: Skip leading white space. Files: src/os_unix.c *** ../vim-7.4.1789/src/os_unix.c 2016-04-21 12:52:26.119916277 +0200 --- src/os_unix.c 2016-04-26 19:36:47.290236351 +0200 *************** *** 3940,3946 **** */ for (i = 0; i < 2; ++i) { ! p = cmd; inquote = FALSE; *argc = 0; for (;;) --- 3940,3946 ---- */ for (i = 0; i < 2; ++i) { ! p = skipwhite(cmd); inquote = FALSE; *argc = 0; for (;;) *** ../vim-7.4.1789/src/version.c 2016-04-26 19:01:00.957118797 +0200 --- src/version.c 2016-04-26 19:42:33.946483674 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1790, /**/ -- Q: How do you tell the difference between a female cat and a male cat? A: You ask it a question and if HE answers, it's a male but, if SHE answers, it's a female. /// 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 ///