]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.713 v7.4.713
authorBram Moolenaar <Bram@vim.org>
Mon, 4 May 2015 07:31:11 +0000 (09:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 May 2015 07:31:11 +0000 (09:31 +0200)
Problem:    Wrong condition for #ifdef.
Solution:   Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)

src/os_unix.h
src/version.c

index 4220534b93cf11617bf5add9a8e3ab283e942c49..5fc95eee0a05c775fbc00648516b0875026ddf65 100644 (file)
@@ -290,7 +290,7 @@ typedef struct dsc$descriptor   DESC;
 #endif
 
 
-#if !defined(USR_EXRC_FILE2)
+#if !defined(USR_VIMRC_FILE2)
 # ifdef OS2
 #  define USR_VIMRC_FILE2      "$HOME/vimfiles/vimrc"
 # else
index 235dd24051b6e98ec86f48df614bf9f01096e476..4097dac092d6ae2b442e0833bf116d98bbc8e227 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    713,
 /**/
     712,
 /**/