9c2a83e
To: vim-dev@vim.org
9c2a83e
Subject: Patch 7.1.200
9c2a83e
Fcc: outbox
9c2a83e
From: Bram Moolenaar <Bram@moolenaar.net>
9c2a83e
Mime-Version: 1.0
9c2a83e
Content-Type: text/plain; charset=ISO-8859-1
9c2a83e
Content-Transfer-Encoding: 8bit
9c2a83e
------------
9c2a83e
9c2a83e
Patch 7.1.200 (after 7.1.177 and 7.1.182)
9c2a83e
Problem:    Compiler warnings for uninitialized variables.
9c2a83e
Solution:   Init variables.
9c2a83e
Files:	    src/ex_cmds2.c, src/ex_docmd.c
9c2a83e
9c2a83e
9c2a83e
*** ../vim-7.1.199/src/ex_cmds2.c	Tue Jan  1 14:16:42 2008
9c2a83e
--- src/ex_cmds2.c	Fri Jan  4 15:55:54 2008
9c2a83e
***************
9c2a83e
*** 94,100 ****
9c2a83e
      int		save_redir_off = redir_off;
9c2a83e
      tasave_T	typeaheadbuf;
9c2a83e
      int		typeahead_saved = FALSE;
9c2a83e
!     int		save_ignore_script;
9c2a83e
  # ifdef FEAT_EX_EXTRA
9c2a83e
      int		save_ex_normal_busy;
9c2a83e
  # endif
9c2a83e
--- 94,100 ----
9c2a83e
      int		save_redir_off = redir_off;
9c2a83e
      tasave_T	typeaheadbuf;
9c2a83e
      int		typeahead_saved = FALSE;
9c2a83e
!     int		save_ignore_script = 0;
9c2a83e
  # ifdef FEAT_EX_EXTRA
9c2a83e
      int		save_ex_normal_busy;
9c2a83e
  # endif
9c2a83e
*** ../vim-7.1.199/src/ex_docmd.c	Wed Jan  2 21:07:32 2008
9c2a83e
--- src/ex_docmd.c	Fri Jan  4 15:57:28 2008
9c2a83e
***************
9c2a83e
*** 9765,9771 ****
9c2a83e
      win_T	*tab_firstwin;
9c2a83e
      frame_T	*tab_topframe;
9c2a83e
      int		cur_arg_idx = 0;
9c2a83e
!     int		next_arg_idx;
9c2a83e
  
9c2a83e
      if (ssop_flags & SSOP_BUFFERS)
9c2a83e
  	only_save_windows = FALSE;		/* Save ALL buffers */
9c2a83e
--- 9766,9772 ----
9c2a83e
      win_T	*tab_firstwin;
9c2a83e
      frame_T	*tab_topframe;
9c2a83e
      int		cur_arg_idx = 0;
9c2a83e
!     int		next_arg_idx = 0;
9c2a83e
  
9c2a83e
      if (ssop_flags & SSOP_BUFFERS)
9c2a83e
  	only_save_windows = FALSE;		/* Save ALL buffers */
9c2a83e
*** ../vim-7.1.199/src/version.c	Fri Jan  4 15:16:57 2008
9c2a83e
--- src/version.c	Fri Jan  4 15:59:46 2008
9c2a83e
***************
9c2a83e
*** 668,669 ****
9c2a83e
--- 668,671 ----
9c2a83e
  {   /* Add new patch number below this line */
9c2a83e
+ /**/
9c2a83e
+     200,
9c2a83e
  /**/
9c2a83e
9c2a83e
-- 
9c2a83e
ARTHUR:  I did say sorry about the `old woman,' but from the behind you
9c2a83e
         looked--
9c2a83e
DENNIS:  What I object to is you automatically treat me like an inferior!
9c2a83e
ARTHUR:  Well, I AM king...
9c2a83e
                                  The Quest for the Holy Grail (Monty Python)
9c2a83e
9c2a83e
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
9c2a83e
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
9c2a83e
\\\        download, build and distribute -- http://www.A-A-P.org        ///
9c2a83e
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///