Lines Matching refs:change
1 *undo.txt* For Vim version 8.2. Last change: 2020 Nov 30
25 :u[ndo] Undo one change.
27 :u[ndo] {N} Jump to after change number {N}. See |undo-branches|
34 :red[o] Redo one change which was undone.
38 the latest change was made. |U| itself also counts as
39 a change, and thus |U| undoes a previous |U|.
42 to revert the text to how it was before each change. You can also apply the
64 with the redo command. If you make a new change after the undo command,
68 The undo command undoes the previous change, and also the previous undo
70 repeat a change command, use "." for that.
89 change but joins in with the previous change use this command:
97 This is most useful when you need to prompt the user halfway through a change.
99 a related change before this that you must join with.
102 change again. But you can do something like this: >
107 change.
109 To do the opposite, break a change into two undo blocks, in Insert mode use
120 change. The undone changes become a branch. You can go to that branch with
133 The "number" column is the change number. This number
135 specific undo-able change, see |:undo|.
139 change was made. The four possible formats are:
144 The "saved" column specifies, if this change was
166 before the first change.
188 making a new change.
221 Jump to the last change with ":later 1h":
363 cleared, this happens at the next change. To force clearing the undo
382 the first and last line of the fold don't change.