diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-23 23:34:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-23 23:34:36 +0200 |
commit | 55debbe38429b81c0ce6e8400aef36812eb151d7 (patch) | |
tree | 992320729b697015fb4b99e9f8645cffe2eeddd6 /src/vim.h | |
parent | c39125d7c45d17566665c06358501073ea9c4141 (diff) | |
download | vim-55debbe38429b81c0ce6e8400aef36812eb151d7.zip |
Included patch for persistent undo. Lots of changes and added test.
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1398,6 +1398,9 @@ typedef enum */ #define MAXMAPLEN 50 +/* Size in bytes of the hash used in the undo file. */ +#define UNDO_HASH_SIZE 32 + #ifdef HAVE_FCNTL_H # include <fcntl.h> #endif |