mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -420,7 +420,7 @@ wingotofile:
|
||||
case 'i': /* Go to any match */
|
||||
case Ctrl_I:
|
||||
type = FIND_ANY;
|
||||
/* FALLTHROUGH */
|
||||
FALLTHROUGH;
|
||||
case 'd': /* Go to definition, using 'define' */
|
||||
case Ctrl_D:
|
||||
CHECK_CMDWIN
|
||||
|
Reference in New Issue
Block a user