Lines Matching refs:text
42 to revert the text to how it was before each change. You can also apply the
43 changes again, getting back the text before the undo.
150 g- Go to older text state. With a count repeat that many
153 :earlier {count} Go to older text state {count} times.
154 :earlier {N}s Go to older text state about {N} seconds before.
155 :earlier {N}m Go to older text state about {N} minutes before.
156 :earlier {N}h Go to older text state about {N} hours before.
157 :earlier {N}d Go to older text state about {N} days before.
159 :earlier {N}f Go to older text state {N} file writes before.
161 ":earlier 1f" will revert the text to the state when
169 g+ Go to newer text state. With a count repeat that many
172 :later {count} Go to newer text state {count} times.
173 :later {N}s Go to newer text state about {N} seconds later.
174 :later {N}m Go to newer text state about {N} minutes later.
175 :later {N}h Go to newer text state about {N} hours later.
176 :later {N}d Go to newer text state about {N} days later.
178 :later {N}f Go to newer text state {N} file writes later.
180 will go to the newest text state.
183 Note that text states will become unreachable when undo information is cleared
192 Start with this text:
216 "g-" will now bring you back to the original text:
228 Note that using "u" and CTRL-R will not get you to all possible text states
256 When the file is encrypted, the text in the undo file is also crypted. The
259 Note that text properties are not stored in the undo file. You can restore
260 text properties so long as a buffer is loaded, but you cannot restore them
261 from an undo file. Rationale: It would require the associated text property
321 The file text differs from when the undo file was written. This means
322 the undo file cannot be used, it would corrupt the text. This also
328 *E832* The undo file is encrypted but 'key' is not set, the text file is not
329 encrypted. This would happen if the text file was written by Vim
330 encrypted at first, and later overwritten by not encrypted text.
333 The undo file is owned by someone else than the owner of the text
372 text.
385 delete text, it is put into register "1. The contents of register "1 are
387 back the most recent deleted text with the put command: '"1P'. (also, if the
388 deleted text was the result of the last delete or copy operation, 'P' or 'p'
390 back the text of three deletes ago with '"3P'.
393 If you want to get back more than one part of deleted text, you can use a
398 Example: If you deleted text with 'dd....' it can be restored with
401 If you don't know in which register the deleted text is, you can use the