Blame SOURCES/7.4.112

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.112
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.112
22c937
Problem:    The defaults for 'directory' and 'backupdir' on MS-Windows do not
22c937
	    include a directory that exists.
22c937
Solution:   Use $TEMP.
22c937
Files:	    src/os_dos.h
22c937
22c937
22c937
*** ../vim-7.4.111/src/os_dos.h	2013-06-12 20:09:44.000000000 +0200
22c937
--- src/os_dos.h	2013-12-04 15:23:22.000000000 +0100
22c937
***************
22c937
*** 109,115 ****
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_BDIR
22c937
! # define DFLT_BDIR	".,c:\\tmp,c:\\temp"	/* default for 'backupdir' */
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_VDIR
22c937
--- 109,115 ----
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_BDIR
22c937
! # define DFLT_BDIR	".,$TEMP,c:\\tmp,c:\\temp" /* default for 'backupdir' */
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_VDIR
22c937
***************
22c937
*** 117,123 ****
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_DIR
22c937
! # define DFLT_DIR	".,c:\\tmp,c:\\temp"	/* default for 'directory' */
22c937
  #endif
22c937
  
22c937
  #define DFLT_ERRORFILE		"errors.err"
22c937
--- 117,123 ----
22c937
  #endif
22c937
  
22c937
  #ifndef DFLT_DIR
22c937
! # define DFLT_DIR	".,$TEMP,c:\\tmp,c:\\temp" /* default for 'directory' */
22c937
  #endif
22c937
  
22c937
  #define DFLT_ERRORFILE		"errors.err"
22c937
*** ../vim-7.4.111/src/version.c	2013-12-07 14:28:37.000000000 +0100
22c937
--- src/version.c	2013-12-07 14:31:03.000000000 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     112,
22c937
  /**/
22c937
22c937
-- 
22c937
How To Keep A Healthy Level Of Insanity:
22c937
13. Go to a poetry recital and ask why the poems don't rhyme.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///