Lines Matching refs:with

63 You can go back in time with the undo command.  You can then go forward again
64 with the redo command. If you make a new change after the undo command,
89 change but joins in with the previous change use this command:
92 :undoj[oin] Join further changes with the previous undo block.
93 Warning: Use with care, it may prevent the user from
99 a related change before this that you must join with.
120 change. The undone changes become a branch. You can go to that branch with
142 MM/DD HH:MM:SS idem, with month and day
143 YYYY/MM/DD HH:MM:SS idem, with year
146 be used with the |:later| and |:earlier| commands.
192 Start with this text:
221 Jump to the last change with ":later 1h":
224 And back to the start again with ":earlier 1h":
246 detect if an undo file is no longer synchronized with the file it was written
247 for (with a hash of the file contents) and ignore it when the file was changed
254 changed with the 'undodir' option.
277 the existing file and then creating a new file with the same
301 You should keep 'undofile' off, otherwise you end up with two undo files for
327 encryption. Open the file with another Vim.
341 "Will not overwrite with undo file, cannot read"
342 A file exists with the name of the undo file to be written, but it
345 A file exists with the name of the undo file to be written, but it
346 does not start with the right magic number. You may want to delete
357 The number of changes that are remembered is set with the 'undolevels' option.
371 Marks for the buffer ('a to 'z) are also saved and restored, together with the
375 It is then possible to exit Vim with ":q" instead of ":q!". Note
387 back the most recent deleted text with the put command: '"1P'. (also, if the
390 back the text of three deletes ago with '"3P'.
398 Example: If you deleted text with 'dd....' it can be restored with
402 :display command. An alternative is to try the first register with '"1P', and