comparison runtime/doc/motion.txt @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 723487cd7876
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
1162 remembered. 1162 remembered.
1163 1163
1164 *:changes* 1164 *:changes*
1165 :changes Print the change list. A ">" character indicates the 1165 :changes Print the change list. A ">" character indicates the
1166 current position. Just after a change it is below the 1166 current position. Just after a change it is below the
1167 newest entry, indicating that "g;" takes you to the 1167 newest entry, indicating that `g;` takes you to the
1168 newest entry position. The first column indicates the 1168 newest entry position. The first column indicates the
1169 count needed to take you to this position. Example: 1169 count needed to take you to this position. Example:
1170 1170
1171 change line col text ~ 1171 change line col text ~
1172 3 9 8 bla bla bla 1172 3 9 8 bla bla bla
1173 2 11 57 foo is a bar 1173 2 11 57 foo is a bar
1174 1 14 54 the latest changed line 1174 1 14 54 the latest changed line
1175 > 1175 >
1176 1176
1177 The "3g;" command takes you to line 9. Then the 1177 The `3g;` command takes you to line 9. Then the
1178 output of ":changes is: 1178 output of `:changes` is:
1179 1179
1180 change line col text ~ 1180 change line col text ~
1181 > 0 9 8 bla bla bla 1181 > 0 9 8 bla bla bla
1182 1 11 57 foo is a bar 1182 1 11 57 foo is a bar
1183 2 14 54 the latest changed line 1183 2 14 54 the latest changed line