From 300a7a4cf464c32c9dfca577c4434060ab9d6ad2 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 20 Sep 2018 23:57:06 -0400 Subject: replace fallthrough comment with macro Follow-up of vim-patch:8.0.1215 --- src/nvim/spell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/spell.c') diff --git a/src/nvim/spell.c b/src/nvim/spell.c index 776445cfc1..518bd0922e 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -4726,7 +4726,7 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, bool so PROF_STORE(sp->ts_state) sp->ts_state = STATE_REP; - // FALLTHROUGH + FALLTHROUGH; case STATE_REP: // Try matching with REP items from the .aff file. For each match -- cgit