Hi. The definition of MAX_MSG_HIST_LEN in feature.h, is 200 in +small or higher version.
--- quote --- /* * Message history is fixed at 100 message, 20 for the tiny version. */ #ifdef FEAT_SMALL # define MAX_MSG_HIST_LEN 200 #else # define MAX_MSG_HIST_LEN 20 #endif --- quote --- But above comment and ":help :messages" says MAX_MSG_HIST_LEN is fixed at 100. --- quote --- The number of remembered messages is fixed at 20 for the tiny version and 100 for other versions. --- quote --- Which is wrong? or I missed something? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
