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:
Daniel Hahler
2019-10-17 09:44:10 +02:00
committed by Justin M. Keyes
parent c5c06665ed
commit 913d01bb03
3 changed files with 42 additions and 43 deletions

View File

@@ -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;
}