diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index 6b8f600ec..61fe3345b 100644 --- a/src/feature.h +++ b/src/feature.h @@ -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 |