mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
lint
This commit is contained in:
@@ -2256,7 +2256,7 @@ static int do_more_prompt(int typed_char)
|
||||
need_wait_return = FALSE; /* don't wait in main() */
|
||||
}
|
||||
FALLTHROUGH;
|
||||
case 'q': /* quit */
|
||||
case 'q': // quit
|
||||
case Ctrl_C:
|
||||
case ESC:
|
||||
if (confirm_msg_used) {
|
||||
|
Reference in New Issue
Block a user