comparison runtime/doc/undo.txt @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents f8e9d5023bf6
children f8116058ca76
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
255 message about that when opening a file. 255 message about that when opening a file.
256 256
257 Undo files are normally saved in the same directory as the file. This can be 257 Undo files are normally saved in the same directory as the file. This can be
258 changed with the 'undodir' option. 258 changed with the 'undodir' option.
259 259
260 When the file is encrypted, the text in the undo file is also crypted. The 260 When the file is encrypted, the text in the undo file is also encrypted. The
261 same key and method is used. |encryption| 261 same key and method is used. |encryption|
262 262
263 Note that text properties are not stored in the undo file. You can restore 263 Note that text properties are not stored in the undo file. You can restore
264 text properties so long as a buffer is loaded, but you cannot restore them 264 text properties so long as a buffer is loaded, but you cannot restore them
265 from an undo file. Rationale: It would require the associated text property 265 from an undo file. Rationale: It would require the associated text property