commit | 6773b2ba7e716cfa89a71b8a3a1ed98ffb186646 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 16:01:37 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 16:01:37 2010 +0200 |
tree | 5e17c3091dc97ada4a49dcecc148edbad34b84f0 | |
parent | 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 [diff] [blame] |
A bit of cleanup and simplification for undofile.
diff --git a/src/feature.h b/src/feature.h index 61fe334..e786e28 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -130,7 +130,7 @@ * Message history is fixed at 100 message, 20 for the tiny version. */ #ifdef FEAT_SMALL -# define MAX_MSG_HIST_LEN 100 +# define MAX_MSG_HIST_LEN 200 #else # define MAX_MSG_HIST_LEN 20 #endif