mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +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;
|
||||
|
||||
FALLTHROUGH;
|
||||
|
||||
case STATE_INS:
|
||||
// Insert one byte. Repeat this for each possible byte at this
|
||||
// node.
|
||||
|
Reference in New Issue
Block a user