summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-05 22:14:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-05 22:14:46 +0000
commitdd2436f352e51b5ee214b28cd61641c59239251a (patch)
tree268dedc3984037e37599e6446efb88753218bf38 /runtime/doc/version7.txt
parent92d640fad1808085ca609aecac8b854a6945d7a6 (diff)
downloadvim-git-dd2436f352e51b5ee214b28cd61641c59239251a.tar.gz
updated for version 7.0141v7.0141
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt8
1 files changed, 7 insertions, 1 deletions
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*