From dd2436f352e51b5ee214b28cd61641c59239251a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 5 Sep 2005 22:14:46 +0000 Subject: updated for version 7.0141 --- runtime/doc/version7.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'runtime/doc/version7.txt') diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 6ec82860f..15daf6d65 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 Aug 31 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Sep 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -123,6 +123,10 @@ When making a string upper-case with "vlllU" or similar then the German sharp s is replaced with "SS". This does not happen with "~" to avoid backwards compatibility problems and because "SS" can't be changed back to a sharp s. +"gd" previously found the very first occurrence of a variable in a function, +that could be the function argument without type. Now it finds the position +where the type is given. + ============================================================================== NEW FEATURES *new-7* @@ -569,6 +573,8 @@ When 'verbose' is set the output of the ":map", ":abbreviate", ":command", ":function" and ":autocmd" commands will show where it was last defined. (Yegappan Lakshmanan) +":function /pattern" lists functions matching the pattern. + ============================================================================== IMPROVEMENTS *improvements-7* -- cgit v1.2.1