mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -1469,7 +1469,7 @@ static int command_line_handle_key(CommandLineState *s)
|
||||
if (s->ignore_drag_release) {
|
||||
return command_line_not_changed(s);
|
||||
}
|
||||
// FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
case K_LEFTMOUSE:
|
||||
case K_RIGHTMOUSE:
|
||||
if (s->c == K_LEFTRELEASE || s->c == K_RIGHTRELEASE) {
|
||||
|
Reference in New Issue
Block a user