0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-222

This commit is contained in:
Bram Moolenaar
2009-07-01 18:18:57 +00:00
parent bbc936bebe
commit 8d5946760b
2 changed files with 7 additions and 0 deletions

View File

@@ -8686,6 +8686,8 @@ ex_mkrc(eap)
} }
#ifdef FEAT_SESSION #ifdef FEAT_SESSION
/* Use the short file name until ":lcd" is used. We also don't use the
* short file name when 'acd' is set, that is checked later. */
did_lcd = FALSE; did_lcd = FALSE;
/* ":mkview" or ":mkview 9": generate file name with 'viewdir' */ /* ":mkview" or ":mkview 9": generate file name with 'viewdir' */
@@ -10573,6 +10575,9 @@ ses_fname(fd, buf, flagp)
if (buf->b_sfname != NULL if (buf->b_sfname != NULL
&& flagp == &ssop_flags && flagp == &ssop_flags
&& (ssop_flags & (SSOP_CURDIR | SSOP_SESDIR)) && (ssop_flags & (SSOP_CURDIR | SSOP_SESDIR))
#ifdef FEAT_AUTOCHDIR
&& !p_acd
#endif
&& !did_lcd) && !did_lcd)
name = buf->b_sfname; name = buf->b_sfname;
else else

View File

@@ -676,6 +676,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 */
/**/
222,
/**/ /**/
221, 221,
/**/ /**/