astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
ada69e9
To: vim-dev@vim.org
ada69e9
Subject: patch 7.1.063
ada69e9
Fcc: outbox
ada69e9
From: Bram Moolenaar <Bram@moolenaar.net>
ada69e9
Mime-Version: 1.0
ada69e9
Content-Type: text/plain; charset=ISO-8859-1
ada69e9
Content-Transfer-Encoding: 8bit
ada69e9
------------
ada69e9
ada69e9
Patch 7.1.063 (after 7.1.040)
ada69e9
Problem:    Warning for unitialized variable.
ada69e9
Solution:   Initialise it to NULL.
ada69e9
Files:	    src/ex_docmd.c
ada69e9
ada69e9
ada69e9
*** ../vim-7.1.062/src/ex_docmd.c	Thu Jul 26 22:55:11 2007
ada69e9
--- src/ex_docmd.c	Wed Aug  8 22:28:33 2007
ada69e9
***************
ada69e9
*** 10817,10823 ****
ada69e9
      exarg_T	*eap;
ada69e9
  {
ada69e9
      char_u	*p;
ada69e9
!     char_u	*g;
ada69e9
      char_u	*end;
ada69e9
      int		c;
ada69e9
      int		id;
ada69e9
--- 10818,10824 ----
ada69e9
      exarg_T	*eap;
ada69e9
  {
ada69e9
      char_u	*p;
ada69e9
!     char_u	*g = NULL;
ada69e9
      char_u	*end;
ada69e9
      int		c;
ada69e9
      int		id;
ada69e9
*** ../vim-7.1.062/src/version.c	Sat Aug 11 14:32:10 2007
ada69e9
--- src/version.c	Sat Aug 11 15:58:55 2007
ada69e9
***************
ada69e9
*** 668,669 ****
ada69e9
--- 668,671 ----
ada69e9
  {   /* Add new patch number below this line */
ada69e9
+ /**/
ada69e9
+     63,
ada69e9
  /**/
ada69e9
ada69e9
-- 
ada69e9
hundred-and-one symptoms of being an internet addict:
ada69e9
124. You begin conversations with, "Who is your internet service provider?"
ada69e9
ada69e9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
ada69e9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
ada69e9
\\\        download, build and distribute -- http://www.A-A-P.org        ///
ada69e9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///