diff runtime/doc/version7.txt @ 2560:84ba6293f9d7 vim73

Preparations for 7.3f release.
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 22:05:54 +0200
parents a89f8c036bc5
children 1851bce339fc
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.3f.  Last change: 2010 Aug 08
+*version7.txt*  For Vim version 7.3f.  Last change: 2010 Aug 13
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -10126,5 +10126,11 @@ contains a character that would become d
 
 Set 'wrapscan' when checking the .po files. (Mike Williams)
 
+Fixed: using expression in command line may cause a crash.
+
+Avoid warnings from the clang compiler. (Dominique Pelle)
+
+Fix: Include wchar.h in charset.c for towupper().
+
 
  vim:tw=78:ts=8:ft=help:norl: