Preparations for 7.3f release.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index c26f041..f627ef6 100644
--- 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 @@
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: