[issue909] persistent undo for vim
Ulrich Dangel
bts at bts.grml.org
Tue Sep 21 23:22:24 CEST 2010
Ulrich Dangel <mru at grml.org> added the comment:
* Frank Terbeck wrote [21.09.10 09:28]:
Hi,
> When does vim store this information? If it's just upon `:quit', I
> don't think there's any reason not to do this (although vim's
> undo-trees can become rather big).
After writing a file:
,----[he persistent-undo]
| The 'undofile' option is checked after writing a file, before the BufWritePost
| autocommands. If you want to control what files to write undo information
| for, you can use a BufWritePre autocommand: >
`----
Ulrich
----------
messages: 3359, 3360, 3361
nosy: ft, mika, mru
priority: feature
status: chatting
title: persistent undo for vim
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue909>
_____________________________________
More information about the Bugs-changes
mailing list