summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-28 13:11:45 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-28 13:11:45 +0100
commit2b8388bd0175835eb751e6c58cd0b0b69465f0d9 (patch)
treeb7892d80060965dfc435285655b8f104c51c2fc0 /runtime/doc/index.txt
parentbac203ea2d0e3b2a5e4eae4dbe48244e592926e2 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 1e0134d68f..e8171a90e4 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1,4 +1,4 @@
-*index.txt* For Vim version 7.4. Last change: 2015 Jan 07
+*index.txt* For Vim version 7.4. Last change: 2015 Feb 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -702,12 +702,16 @@ tag char note action in Normal mode ~
|g'| g'{mark} 1 like |'| but without changing the jumplist
|g`| g`{mark} 1 like |`| but without changing the jumplist
|gstar| g* 1 like "*", but without using "\<" and "\>"
+|g+| g+ go to newer text state N times
+|g,| g, 1 go to N newer position in change list
+|g-| g- go to older text state N times
|g0| g0 1 when 'wrap' off go to leftmost character of
the current line that is on the screen;
when 'wrap' on go to the leftmost character
of the current screen line
|g8| g8 print hex value of bytes used in UTF-8
character under the cursor
+|g;| g; 1 go to N older position in change list
|g<| g< display previous command output
|g?| g? 2 Rot13 encoding operator
|g?g?| g?? 2 Rot13 encode current line
@@ -736,6 +740,7 @@ tag char note action in Normal mode ~
the screen; when 'wrap' on go to the
leftmost non-white character of the current
screen line
+|g_| g_ 1 cursor to the last CHAR N - 1 lines lower
|ga| ga print ascii value of character under the
cursor
|gd| gd 1 go to definition of word under the cursor