replace fallthrough comment with macro

Follow-up of vim-patch:8.0.1215
This commit is contained in:
Jan Edmund Lazo
2018-09-20 23:57:06 -04:00
parent 6a329b0548
commit 300a7a4cf4
13 changed files with 61 additions and 60 deletions

View File

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