BTS

Message3361

Author mru
Recipients ft, mika
Date 2010-09-21.21:22:24
Content
* 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
History
Date User Action Args
2010-09-21 21:22:24mrulinkissue909 messages
2010-09-21 21:22:24mrucreate