mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short name
Problem: Variable name for 'messagesopt' doesn't match short name
(after v9.1.0908)
Solution: Change p_meo to p_mopt. Add more details to docs.
closes: vim/vim#16182
8cc43daee1
This commit is contained in:
@@ -1063,7 +1063,7 @@ int messagesopt_changed(void)
|
||||
int messages_wait_new = 0;
|
||||
int messages_history_new = 0;
|
||||
|
||||
char *p = p_meo;
|
||||
char *p = p_mopt;
|
||||
while (*p != NUL) {
|
||||
if (strnequal(p, S_LEN(MESSAGES_OPT_HIT_ENTER))) {
|
||||
p += STRLEN_LITERAL(MESSAGES_OPT_HIT_ENTER);
|
||||
|
Reference in New Issue
Block a user