comparison runtime/doc/motion.txt @ 30547:1e91e26ceebf

Update runtime files Commit: https://github.com/vim/vim/commit/9fbdbb814f4ad67a14979aba4a6a49800c2f1a99 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 27 17:30:34 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 18:45:05 +0200
parents bc6cf208b1b4
children b1162ad29d73
comparison
equal deleted inserted replaced
30546:3107cc41afc2 30547:1e91e26ceebf
1 *motion.txt* For Vim version 9.0. Last change: 2022 Apr 18 1 *motion.txt* For Vim version 9.0. Last change: 2022 Sep 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1143 positions go to the oldest change. 1143 positions go to the oldest change.
1144 If there is no older change an error message is given. 1144 If there is no older change an error message is given.
1145 (not a motion command) 1145 (not a motion command)
1146 1146
1147 *g,* *E663* 1147 *g,* *E663*
1148 g, Go to [count] newer cursor position in change list. 1148 g, Go to [count] newer position in change list.
1149 Just like |g;| but in the opposite direction. 1149 Just like |g;| but in the opposite direction.
1150 (not a motion command) 1150 (not a motion command)
1151 1151
1152 When using a count you jump as far back or forward as possible. Thus you can 1152 When using a count you jump as far back or forward as possible. Thus you can
1153 use "999g;" to go to the first change for which the position is still 1153 use "999g;" to go to the first change for which the position is still