mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -1186,7 +1186,7 @@ get_menu_cmd_modes(
|
||||
modes = MENU_NORMAL_MODE;
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
FALLTHROUGH;
|
||||
default:
|
||||
cmd--;
|
||||
if (forceit) {
|
||||
|
Reference in New Issue
Block a user