mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user