commit | 55debbe38429b81c0ce6e8400aef36812eb151d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 23 23:34:36 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 23 23:34:36 2010 +0200 |
tree | 992320729b697015fb4b99e9f8645cffe2eeddd6 | |
parent | c39125d7c45d17566665c06358501073ea9c4141 [diff] [blame] |
Included patch for persistent undo. Lots of changes and added test.
diff --git a/src/vim.h b/src/vim.h index d320d3a..0447273 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1398,6 +1398,9 @@ */ #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