comparison src/feature.h @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents 6a91f35b354d
children d7e33248b9c8
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
122 /* 122 /*
123 * +cmdhist Command line history. 123 * +cmdhist Command line history.
124 */ 124 */
125 #ifdef FEAT_SMALL 125 #ifdef FEAT_SMALL
126 # define FEAT_CMDHIST 126 # define FEAT_CMDHIST
127 #endif
128
129 /*
130 * Message history is fixed at 100 message, 20 for the tiny version.
131 */
132 #ifdef FEAT_SMALL
133 # define MAX_MSG_HIST_LEN 100
134 #else
135 # define MAX_MSG_HIST_LEN 20
127 #endif 136 #endif
128 137
129 /* 138 /*
130 * +jumplist Jumplist, CTRL-O and CTRL-I commands. 139 * +jumplist Jumplist, CTRL-O and CTRL-I commands.
131 */ 140 */