forked from aniani/vim
updated for version 7.0179
This commit is contained in:
@@ -126,6 +126,15 @@
|
||||
# define FEAT_CMDHIST
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Message history is fixed at 100 message, 20 for the tiny version.
|
||||
*/
|
||||
#ifdef FEAT_SMALL
|
||||
# define MAX_MSG_HIST_LEN 100
|
||||
#else
|
||||
# define MAX_MSG_HIST_LEN 20
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +jumplist Jumplist, CTRL-O and CTRL-I commands.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user