]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1123 v7.3.1123
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2013 17:35:38 +0000 (19:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2013 17:35:38 +0000 (19:35 +0200)
Problem:    Can't build tiny Vim on MS-Windows.
Solution:   Adjust #ifdef around using modif_fname(). (Mike Williams)

src/misc1.c
src/version.c

index 655734538e8ae33807a9f2c8b50cbb2171224904..5d035328ee59d844aee028458492d3e4482b5eb9 100644 (file)
@@ -4607,7 +4607,7 @@ home_replace(buf, src, dst, dstlen, one)
     if (homedir_env != NULL && *homedir_env == NUL)
        homedir_env = NULL;
 
-#if defined(FEAT_MODIFY_FNAME) || defined(WIN3264)
+#if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL)
     if (homedir_env != NULL && vim_strchr(homedir_env, '~') != NULL)
     {
        int     usedlen = 0;
index edc78bc346e0fdc3cdbc6227a2a131f21ed8fe20..cfe0b22bf4871cadfbc8ddd0a1a13e142f85f844 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1123,
 /**/
     1122,
 /**/