summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-25 15:06:34 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-25 15:06:34 +0200
commit641e28615398a960b810ec53a50398a63a3d2f68 (patch)
tree51198f8718c97245aad3e1a666e97c966df07341 /runtime/doc/index.txt
parent058bdcfd5d7f2fd0945e3cb9c84cab514cd95fb9 (diff)
updated for version 7.3.610v7.3.610
Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index c01f1d0314..33806bbdbb 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -751,6 +751,8 @@ tag char note action in Normal mode ~
lines down
|gk| gk 1 like "k", but when 'wrap' on go N screen
lines up
+|gn| gn 1,2 find the next match with the last used
+ search pattern and Visually select it
|gm| gm 1 go to character at middle of the screenline
|go| go 1 cursor to byte N in the buffer
|gp| ["x]gp 2 put the text [from register x] after the