summaryrefslogtreecommitdiff
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
commitf75a963eea9a893bb60c0b8eb425b2161de4919f (patch)
tree60f6d73ec091dc053cdaf4a0c0dc2f5465ef3359 /runtime/doc/pattern.txt
parent5e0d6678adf1dfff841acdd7f7424d565e63fbcc (diff)
downloadvim-git-f75a963eea9a893bb60c0b8eb425b2161de4919f.tar.gz
updated for version 7.0146
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r--runtime/doc/pattern.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 84e9bf517..2cc592189 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -1,4 +1,4 @@
-*pattern.txt* For Vim version 7.0aa. Last change: 2005 Aug 18
+*pattern.txt* For Vim version 7.0aa. Last change: 2005 Sep 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -117,6 +117,14 @@ gD Goto global Declaration. When the cursor is on a
like "gd", except that the search for the keyword
always starts in line 1. {not in Vi}
+ *1gd*
+1gd Like "gd", but ignore matches inside a {} block that
+ ends before the cursor position. {not in Vi}
+
+ *1gD*
+1gD Like "gD", but ignore matches inside a {} block that
+ ends before the cursor position. {not in Vi}
+
*CTRL-C*
CTRL-C Interrupt current (search) command. Use CTRL-Break on
MS-DOS |dos-CTRL-Break|.