astepano / rpms / vim

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