1
0
forked from aniani/vim

updated for version 7.0179

This commit is contained in:
Bram Moolenaar
2006-01-12 23:22:24 +00:00
parent 1cbe5f739d
commit 4770d09abd
68 changed files with 5456 additions and 1904 deletions

View File

@@ -7952,6 +7952,10 @@ preserve_exit()
prepare_to_exit();
/* Setting this will prevent free() calls. That avoids calling free()
* recursively when free() was invoked with a bad pointer. */
really_exiting = TRUE;
out_str(IObuff);
screen_start(); /* don't know where cursor is now */
out_flush();