mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:8.1.2096: too many #ifdefs #11229
Problem: Too many #ifdefs.
Solution: Graduate FEAT_COMMENTS.
8c96af9c05
Fixes https://github.com/vim/vim/issues/4972.
This commit is contained in:

committed by
Justin M. Keyes

parent
c5c06665ed
commit
913d01bb03
@@ -792,8 +792,6 @@ int prompt_for_number(int *mouse_used)
|
||||
cmdline_row = msg_row - 1;
|
||||
}
|
||||
need_wait_return = false;
|
||||
msg_didany = false;
|
||||
msg_didout = false;
|
||||
} else {
|
||||
cmdline_row = save_cmdline_row;
|
||||
}
|
||||
|
Reference in New Issue
Block a user