summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 16:01:37 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 16:01:37 +0200
commit6773b2ba7e716cfa89a71b8a3a1ed98ffb186646 (patch)
tree5e17c3091dc97ada4a49dcecc148edbad34b84f0 /src/feature.h
parent644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (diff)
A bit of cleanup and simplification for undofile.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index 61fe3345bb..e786e282ef 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