]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-303 v7.2.303
authorBram Moolenaar <Bram@vim.org>
Wed, 18 Nov 2009 19:11:58 +0000 (19:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Nov 2009 19:11:58 +0000 (19:11 +0000)
src/fileio.c
src/version.c

index b0b341a2e2af9d53255565968306845d23db6ee4..805ff8734a637f78a7b752af250b0e0e999fd4a1 100644 (file)
@@ -146,7 +146,9 @@ static int get_mac_fio_flags __ARGS((char_u *ptr));
 # endif
 #endif
 static int move_lines __ARGS((buf_T *frombuf, buf_T *tobuf));
+#ifdef TEMPDIRNAMES
 static void vim_settempdir __ARGS((char_u *tempdir));
+#endif
 #ifdef FEAT_AUTOCMD
 static char *e_auchangedbuf = N_("E812: Autocommands changed buffer or buffer name");
 #endif
@@ -6995,6 +6997,7 @@ vim_deltempdir()
 }
 #endif
 
+#ifdef TEMPDIRNAMES
 /*
  * Directory "tempdir" was created.  Expand this name to a full path and put
  * it in "vim_tempdir".  This avoids that using ":cd" would confuse us.
@@ -7021,6 +7024,7 @@ vim_settempdir(tempdir)
        vim_free(buf);
     }
 }
+#endif
 
 /*
  * vim_tempname(): Return a unique name that can be used for a temp file.
index 63ab5161b51812025e2da7fb8949d417be2f3b8e..248fac700ebf2ceadfb7673ae96a0a1104405441 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    303,
 /**/
     302,
 /**/