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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui