comparison src/misc1.c @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 53114ef7778f
children 732c7ae5743e
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
7950 { 7950 {
7951 buf_T *buf; 7951 buf_T *buf;
7952 7952
7953 prepare_to_exit(); 7953 prepare_to_exit();
7954 7954
7955 /* Setting this will prevent free() calls. That avoids calling free()
7956 * recursively when free() was invoked with a bad pointer. */
7957 really_exiting = TRUE;
7958
7955 out_str(IObuff); 7959 out_str(IObuff);
7956 screen_start(); /* don't know where cursor is now */ 7960 screen_start(); /* don't know where cursor is now */
7957 out_flush(); 7961 out_flush();
7958 7962
7959 ml_close_notmod(); /* close all not-modified buffers */ 7963 ml_close_notmod(); /* close all not-modified buffers */