Home
last modified time | relevance | path

Searched refs:MAX_MSG_HIST_LEN (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dfeature.h124 # define MAX_MSG_HIST_LEN 200 macro
126 # define MAX_MSG_HIST_LEN 20 macro
H A Dmessage.c974 while (msg_hist_len > MAX_MSG_HIST_LEN) in add_msg_hist()