comparison runtime/doc/motion.txt @ 15033:f8b0f1e42f2c

Update runtime files. commit https://github.com/vim/vim/commit/f0d58efc9dc46be37c629cbc99b4125448ca39fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 16:13:44 2018 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 16:15:07 +0100
parents 2f7e67dd088c
children 97b40b4c6911
comparison
equal deleted inserted replaced
15032:4b3b0ea9b09d 15033:f8b0f1e42f2c
1023 you make the cursor "jump" the position of the cursor before the jump is 1023 you make the cursor "jump" the position of the cursor before the jump is
1024 remembered. You can return to that position with the "''" and "``" command, 1024 remembered. You can return to that position with the "''" and "``" command,
1025 unless the line containing that position was changed or deleted. The 1025 unless the line containing that position was changed or deleted. The
1026 following commands are "jump" commands: "'", "`", "G", "/", "?", "n", "N", 1026 following commands are "jump" commands: "'", "`", "G", "/", "?", "n", "N",
1027 "%", "(", ")", "[[", "]]", "{", "}", ":s", ":tag", "L", "M", "H" and the 1027 "%", "(", ")", "[[", "]]", "{", "}", ":s", ":tag", "L", "M", "H" and the
1028 commands that start editing a new file. 1028 commands that start editing a new file.
1029 1029
1030 *CTRL-O* 1030 *CTRL-O*
1031 CTRL-O Go to [count] Older cursor position in jump list 1031 CTRL-O Go to [count] Older cursor position in jump list
1032 (not a motion command). 1032 (not a motion command).
1033 {not in Vi} 1033 {not in Vi}