rpms/vim/devel 7.1.302,NONE,1.1

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Tue Jun 3 12:59:24 UTC 2008


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22289

Added Files:
	7.1.302 
Log Message:
- patchlevel 302


--- NEW FILE 7.1.302 ---
To: vim-dev at vim.org
Subject: Patch 7.1.302
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.1.302 (after 7.1.299)
Problem:    Compilation error on MS-Windows.
Solution:   Don't use xp_shell when it's not defined.
Files:	    src/ex_getln.c


*** ../vim-7.1.301/src/ex_getln.c	Wed May 28 22:01:46 2008
--- src/ex_getln.c	Wed May 28 22:01:48 2008
***************
*** 3656,3662 ****
--- 3656,3666 ----
  #endif
  		    }
  		}
+ #ifdef BACKSLASH_IN_FILENAME
+ 		p = vim_strsave_fnameescape(files[i], FALSE);
+ #else
  		p = vim_strsave_fnameescape(files[i], xp->xp_shell);
+ #endif
  		if (p != NULL)
  		{
  		    vim_free(files[i]);
*** ../vim-7.1.301/src/version.c	Wed May 28 19:01:53 2008
--- src/version.c	Wed May 28 22:01:07 2008
***************
*** 668,669 ****
--- 673,676 ----
  {   /* Add new patch number below this line */
+ /**/
+     302,
  /**/

-- 
BODY:        I'm not dead!
CART DRIVER: 'Ere.  He says he's not dead.
LARGE MAN:   Yes he is.
BODY:        I'm not!
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///




More information about the fedora-extras-commits mailing list