6ea666c
To: vim_dev@googlegroups.com
6ea666c
Subject: Patch 7.3.114
6ea666c
Fcc: outbox
6ea666c
From: Bram Moolenaar <Bram@moolenaar.net>
6ea666c
Mime-Version: 1.0
6ea666c
Content-Type: text/plain; charset=UTF-8
6ea666c
Content-Transfer-Encoding: 8bit
6ea666c
------------
6ea666c
6ea666c
Patch 7.3.114
6ea666c
Problem:    Potential problem in initialization when giving an error message
6ea666c
	    early.
6ea666c
Solution:   Initialize 'verbosefile' empty. (Ben Schmidt)
6ea666c
Files:	    src/option.h
6ea666c
6ea666c
6ea666c
*** ../vim-7.3.113/src/option.h	2010-12-02 16:01:23.000000000 +0100
6ea666c
--- src/option.h	2011-02-09 15:37:36.000000000 +0100
6ea666c
***************
6ea666c
*** 854,860 ****
6ea666c
--- 854,864 ----
6ea666c
  # define VE_ONEMORE	8
6ea666c
  #endif
6ea666c
  EXTERN long	p_verbose;	/* 'verbose' */
6ea666c
+ #ifdef IN_OPTION_C
6ea666c
+ char_u	*p_vfile = (char_u *)""; /* used before options are initialized */
6ea666c
+ #else
6ea666c
  EXTERN char_u	*p_vfile;	/* 'verbosefile' */
6ea666c
+ #endif
6ea666c
  EXTERN int	p_warn;		/* 'warn' */
6ea666c
  #ifdef FEAT_CMDL_COMPL
6ea666c
  EXTERN char_u	*p_wop;		/* 'wildoptions' */
6ea666c
*** ../vim-7.3.113/src/version.c	2011-02-09 14:46:58.000000000 +0100
6ea666c
--- src/version.c	2011-02-09 15:46:17.000000000 +0100
6ea666c
***************
6ea666c
*** 716,717 ****
6ea666c
--- 716,719 ----
6ea666c
  {   /* Add new patch number below this line */
6ea666c
+ /**/
6ea666c
+     114,
6ea666c
  /**/
6ea666c
6ea666c
-- 
6ea666c
From the classified section of a city newspaper:
6ea666c
Dog for sale: eats anything and is fond of children.
6ea666c
6ea666c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
6ea666c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
6ea666c
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
6ea666c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///