]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-131 v7.0.131
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Oct 2006 19:56:03 +0000 (19:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Oct 2006 19:56:03 +0000 (19:56 +0000)
src/memline.c
src/version.c

index 5c55e70f2c9e82b4ef5c8ea7e604781da378f7fc..5d43dc3f0e61ae11493a057c585492f60626ae58 100644 (file)
@@ -1400,8 +1400,9 @@ recover_names(fname, list, nr)
                names[0] = vim_strsave((char_u *)"*.sw?");
 # endif
 #endif
-#ifdef UNIX
-               /* for Unix names starting with a dot are special */
+#if defined(UNIX) || defined(WIN3264)
+               /* For Unix names starting with a dot are special.  MS-Windows
+                * supports this too, on some file systems. */
                names[1] = vim_strsave((char_u *)".*.sw?");
                names[2] = vim_strsave((char_u *)".sw?");
                num_names = 3;
@@ -1430,8 +1431,9 @@ recover_names(fname, list, nr)
                names[0] = concat_fnames(dir_name, (char_u *)"*.sw?", TRUE);
 # endif
 #endif
-#ifdef UNIX
-               /* for Unix names starting with a dot are special */
+#if defined(UNIX) || defined(WIN3264)
+               /* For Unix names starting with a dot are special.  MS-Windows
+                * supports this too, on some file systems. */
                names[1] = concat_fnames(dir_name, (char_u *)".*.sw?", TRUE);
                names[2] = concat_fnames(dir_name, (char_u *)".sw?", TRUE);
                num_names = 3;
index 87f74ac1d9bf7949f06c808712445f3a28d1f647..6703e79840e26030ca0a1305e032295243ab6377 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    131,
 /**/
     130,
 /**/