diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-06 14:20:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-06 14:20:26 +0200 |
commit | 56be950094e10e68da1f901ba971c5f3e9821685 (patch) | |
tree | 9b77adba1105bac626534bfa85c5d72e187f53ac /src/feature.h | |
parent | 860cae1cec85aeb06668a2b071727c43869acf15 (diff) | |
download | vim-git-56be950094e10e68da1f901ba971c5f3e9821685.tar.gz |
Fix a few compiler warnings. Fix crash with encrypted undo file.
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index 5bca7c7d7..7a38b853d 100644 --- a/src/feature.h +++ b/src/feature.h @@ -127,7 +127,7 @@ #endif /* - * Message history is fixed at 100 message, 20 for the tiny version. + * Message history is fixed at 200 message, 20 for the tiny version. */ #ifdef FEAT_SMALL # define MAX_MSG_HIST_LEN 200 |