Home
last modified time | relevance | path

Searched refs:TSF_DIDSPLIT (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c192 #define TSF_DIDSPLIT 2 // tried split at this point macro
1725 && (sp->ts_flags & TSF_DIDSPLIT) == 0) in suggest_trie_walk()
1728 sp->ts_flags |= TSF_DIDSPLIT; in suggest_trie_walk()
1733 sp->ts_flags &= ~TSF_DIDSPLIT; in suggest_trie_walk()