diff runtime/doc/version7.txt @ 175:c12f39141bbc v7.0053

updated for version 7.0053
author vimboss
date Sun, 27 Feb 2005 22:43:26 +0000
parents 8c60f65311fa
children 7fd70926e2e1
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 Feb 24
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Feb 27
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -119,6 +119,9 @@ can be used to turn the string back into
 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 @@ When completing buffer names, match with
 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*