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

updated for version 7.0200

This commit is contained in:
Bram Moolenaar
2006-02-17 21:53:23 +00:00
parent 49d7bf13e0
commit 997fb4ba69
17 changed files with 620 additions and 306 deletions

View File

@@ -962,6 +962,12 @@ free_all_mem()
++autocmd_block; /* don't want to trigger autocommands here */
#ifdef FEAT_WINDOWS
/* close all tabs and windows */
do_cmdline_cmd((char_u *)"tabonly!");
do_cmdline_cmd((char_u *)"only!");
#endif
# if defined(FEAT_SYN_HL)
/* Free all spell info. */
spell_free_all();
@@ -1012,7 +1018,7 @@ free_all_mem()
free_tag_stuff();
free_cd_dir();
set_expr_line(NULL);
diff_clear();
diff_clear(curtab);
clear_sb_text(); /* free any scrollback text */
/* Free some global vars. */
@@ -2792,7 +2798,7 @@ set_fileformat(t, opt_flags)
#ifdef FEAT_WINDOWS
/* This may cause the buffer to become (un)modified. */
check_status(curbuf);
redraw_tabpage = TRUE;
redraw_tabline = TRUE;
#endif
#ifdef FEAT_TITLE
need_maketitle = TRUE; /* set window title later */