Skip to content

Commit 989ab5d

Browse files
committed
motion.txt: Update Vim 8.2.3843
1 parent d3eab00 commit 989ab5d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

en/motion.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 8.2. Last change: 2021 Dec 04
1+
*motion.txt* For Vim version 8.2. Last change: 2021 Dec 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1038,12 +1038,10 @@ commands that start editing a new file.
10381038
*CTRL-O*
10391039
CTRL-O Go to [count] Older cursor position in jump list
10401040
(not a motion command).
1041-
{not available without the |+jumplist| feature}
10421041

10431042
<Tab> or *CTRL-I* *<Tab>*
10441043
CTRL-I Go to [count] newer cursor position in jump list
10451044
(not a motion command).
1046-
{not available without the |+jumplist| feature}
10471045

10481046
NOTE: In the GUI and in a terminal supporting
10491047
|modifyOtherKeys|, CTRL-I can be mapped separately
@@ -1053,18 +1051,15 @@ CTRL-I Go to [count] newer cursor position in jump list
10531051

10541052
*:ju* *:jumps*
10551053
:ju[mps] Print the jump list (not a motion command).
1056-
{not available without the |+jumplist| feature}
10571054

10581055
*:cle* *:clearjumps*
10591056
:cle[arjumps] Clear the jump list of the current window.
1060-
{not available without the |+jumplist| feature}
10611057

10621058
*jumplist*
10631059
Jumps are remembered in a jump list. With the CTRL-O and CTRL-I command you
10641060
can go to cursor positions before older jumps, and back again. Thus you can
10651061
move up and down the list. There is a separate jump list for each window.
10661062
The maximum number of entries is fixed at 100.
1067-
{not available without the |+jumplist| feature}
10681063

10691064
For example, after three jump commands you have this jump list:
10701065

@@ -1141,13 +1136,11 @@ g; Go to [count] older position in change list.
11411136
positions go to the oldest change.
11421137
If there is no older change an error message is given.
11431138
(not a motion command)
1144-
{not available without the |+jumplist| feature}
11451139

11461140
*g,* *E663*
11471141
g, Go to [count] newer cursor position in change list.
11481142
Just like |g;| but in the opposite direction.
11491143
(not a motion command)
1150-
{not available without the |+jumplist| feature}
11511144

11521145
When using a count you jump as far back or forward as possible. Thus you can
11531146
use "999g;" to go to the first change for which the position is still

0 commit comments

Comments
 (0)