0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.2-303

This commit is contained in:
Bram Moolenaar
2009-11-18 19:11:58 +00:00
parent f11021be13
commit 4592dee576
2 changed files with 6 additions and 0 deletions

View File

@@ -146,7 +146,9 @@ static int get_mac_fio_flags __ARGS((char_u *ptr));
# endif # endif
#endif #endif
static int move_lines __ARGS((buf_T *frombuf, buf_T *tobuf)); static int move_lines __ARGS((buf_T *frombuf, buf_T *tobuf));
#ifdef TEMPDIRNAMES
static void vim_settempdir __ARGS((char_u *tempdir)); static void vim_settempdir __ARGS((char_u *tempdir));
#endif
#ifdef FEAT_AUTOCMD #ifdef FEAT_AUTOCMD
static char *e_auchangedbuf = N_("E812: Autocommands changed buffer or buffer name"); static char *e_auchangedbuf = N_("E812: Autocommands changed buffer or buffer name");
#endif #endif
@@ -6995,6 +6997,7 @@ vim_deltempdir()
} }
#endif #endif
#ifdef TEMPDIRNAMES
/* /*
* Directory "tempdir" was created. Expand this name to a full path and put * 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. * it in "vim_tempdir". This avoids that using ":cd" would confuse us.
@@ -7021,6 +7024,7 @@ vim_settempdir(tempdir)
vim_free(buf); vim_free(buf);
} }
} }
#endif
/* /*
* vim_tempname(): Return a unique name that can be used for a temp file. * vim_tempname(): Return a unique name that can be used for a temp file.

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
303,
/**/ /**/
302, 302,
/**/ /**/