1
0
forked from aniani/vim

Included patch for persistent undo. Lots of changes and added test.

This commit is contained in:
Bram Moolenaar
2010-05-23 23:34:36 +02:00
parent c39125d7c4
commit 55debbe384
34 changed files with 1232 additions and 97 deletions

View File

@@ -1275,3 +1275,11 @@
|| defined(FEAT_BIG)
# define FEAT_AUTOCHDIR
#endif
/*
* +persistent_undo 'undofile', 'undodir' options, :wundo and :rundo, and
* implementation.
*/
#ifdef FEAT_NORMAL
# define FEAT_PERSISTENT_UNDO
#endif