updated for version 7.0053
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index b007cdd..2ac2cea 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 24
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -119,6 +119,9 @@
The |:let| command can now use ":let var += expr" like using ":let var = var +
expr". "-=" and ".=" works in a similar way.
+With the |:profile| command you can find out where your function or script
+wastes its time.
+
KDE support *new-KDE*
-----------
@@ -535,6 +538,9 @@
To count items (pattern matches) without changing the buffer the 'n' flag has
been added to |:substitute|. See |count-items|.
+The "screen.linux" $TERM name is recognized to set the default for
+'background' to "dark". (Ciaran McCreesh)
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*