mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0067
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "vim.h"
|
||||
|
||||
#ifdef SPAWNO
|
||||
# include <spawno.h> /* special MSDOS swapping library */
|
||||
# include <spawno.h> /* special MS-DOS swapping library */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
@@ -2312,6 +2312,11 @@ getout(exitval)
|
||||
#endif
|
||||
windgoto((int)Rows - 1, 0);
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(FEAT_SYN_HL)
|
||||
/* Optionally print hashtable efficiency. */
|
||||
hash_debug_results();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_GUI
|
||||
msg_didany = FALSE;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user