diff runtime/doc/version7.txt @ 242:a711f7a6852d v7.0067

updated for version 7.0067
author vimboss
date Sun, 17 Apr 2005 20:28:32 +0000
parents 73354c21f1e4
children 8e2cc4452728
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Apr 05
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Apr 17
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1042,4 +1042,7 @@ an error message when the argument isn't
 In gui_mch_draw_string() in gui_w32.c "unibuflen" wasn't static, resulting in
 reallocating the buffer every time. (Alexei Alexandrov)
 
+When using a Python "atexit" function it was not invoked when Vim exits.  Now
+call Py_Finalize() for that. (Ugo Di Girolamo)
+
  vim:tw=78:ts=8:ft=help:norl: