commit | 56be950094e10e68da1f901ba971c5f3e9821685 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 14:20:26 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 14:20:26 2010 +0200 |
tree | 9b77adba1105bac626534bfa85c5d72e187f53ac | |
parent | 860cae1cec85aeb06668a2b071727c43869acf15 [diff] [blame] |
Fix a few compiler warnings. Fix crash with encrypted undo file.
diff --git a/src/feature.h b/src/feature.h index 5bca7c7..7a38b85 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