mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
suggest_trie_walk: Remove invalid FALLTHROUGH annotation
This commit is contained in:
@@ -4405,8 +4405,6 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, bool so
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
FALLTHROUGH;
|
|
||||||
|
|
||||||
case STATE_INS:
|
case STATE_INS:
|
||||||
// Insert one byte. Repeat this for each possible byte at this
|
// Insert one byte. Repeat this for each possible byte at this
|
||||||
// node.
|
// node.
|
||||||
|
Reference in New Issue
Block a user