1
0
forked from aniani/vim

updated for version 7.2-154

This commit is contained in:
Bram Moolenaar
2009-04-22 13:58:46 +00:00
parent 9439cdddf7
commit 12c22cee34
2 changed files with 6 additions and 1 deletions

View File

@@ -3771,8 +3771,10 @@ do_swapexists(buf, fname)
set_vim_var_string(VV_SWAPCHOICE, NULL, -1); set_vim_var_string(VV_SWAPCHOICE, NULL, -1);
/* Trigger SwapExists autocommands with <afile> set to the file being /* Trigger SwapExists autocommands with <afile> set to the file being
* edited. */ * edited. Disallow changing directory here. */
++allbuf_lock;
apply_autocmds(EVENT_SWAPEXISTS, buf->b_fname, NULL, FALSE, NULL); apply_autocmds(EVENT_SWAPEXISTS, buf->b_fname, NULL, FALSE, NULL);
--allbuf_lock;
set_vim_var_string(VV_SWAPNAME, NULL, -1); set_vim_var_string(VV_SWAPNAME, NULL, -1);
@@ -3798,6 +3800,7 @@ do_swapexists(buf, fname)
* *
* Note: If BASENAMELEN is not correct, you will get error messages for * Note: If BASENAMELEN is not correct, you will get error messages for
* not being able to open the swapfile * not being able to open the swapfile
* Note: May trigger SwapExists autocmd, pointers may change!
*/ */
static char_u * static char_u *
findswapname(buf, dirp, old_fname) findswapname(buf, dirp, old_fname)

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 */
/**/
154,
/**/ /**/
153, 153,
/**/ /**/