summaryrefslogtreecommitdiff
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-08-15 13:50:43 +0200
committerBram Moolenaar <bram@vim.org>2010-08-15 13:50:43 +0200
commitfd54ee5293f16f0a679da872b0c6391d465455f0 (patch)
treefae6aeac32f943f8bc75cd4689a279fa5e671bc2 /runtime/doc/motion.txt
parentedc4fc028de3ca48a43064b92a25f61e3cdd2fdd (diff)
downloadvim-fd54ee5293f16f0a679da872b0c6391d465455f0.tar.gz
Make the references to features in the help more consistent. (Sylvain Hitier)
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index d3e5eeff..8d529669 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1010,7 +1010,7 @@ unless the line containing that position was changed or deleted.
*CTRL-O*
CTRL-O Go to [count] Older cursor position in jump list
(not a motion command). {not in Vi}
- {not available without the +jumplist feature}
+ {not available without the |+jumplist| feature}
<Tab> or *CTRL-I* *<Tab>*
CTRL-I Go to [count] newer cursor position in jump list
@@ -1018,18 +1018,18 @@ CTRL-I Go to [count] newer cursor position in jump list
In a |quickfix-window| it takes you to the position of
the error under the cursor.
{not in Vi}
- {not available without the +jumplist feature}
+ {not available without the |+jumplist| feature}
*:ju* *:jumps*
:ju[mps] Print the jump list (not a motion command). {not in
- Vi} {not available without the +jumplist feature}
+ Vi} {not available without the |+jumplist| feature}
*jumplist*
Jumps are remembered in a jump list. With the CTRL-O and CTRL-I command you
can go to cursor positions before older jumps, and back again. Thus you can
move up and down the list. There is a separate jump list for each window.
The maximum number of entries is fixed at 100.
-{not available without the +jumplist feature}
+{not available without the |+jumplist| feature}
For example, after three jump commands you have this jump list:
@@ -1106,14 +1106,14 @@ g; Go to [count] older position in change list.
If there is no older change an error message is given.
(not a motion command)
{not in Vi}
- {not available without the +jumplist feature}
+ {not available without the |+jumplist| feature}
*g,* *E663*
g, Go to [count] newer cursor position in change list.
Just like |g;| but in the opposite direction.
(not a motion command)
{not in Vi}
- {not available without the +jumplist feature}
+ {not available without the |+jumplist| feature}
When using a count you jump as far back or forward as possible. Thus you can
use "999g;" to go to the first change for which the position is still