Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3180 sftword_T *sft; in add_sound_suggest() local
3192 sft = alloc(sizeof(sftword_T) + STRLEN(goodword)); in add_sound_suggest()
3193 if (sft != NULL) in add_sound_suggest()
3195 sft->sft_score = score; in add_sound_suggest()
3196 STRCPY(sft->sft_word, goodword); in add_sound_suggest()
3197 hash_add_item(&slang->sl_sounddone, hi, sft->sft_word, hash); in add_sound_suggest()
3202 sft = HI2SFT(hi); in add_sound_suggest()
3203 if (score >= sft->sft_score) in add_sound_suggest()
3205 sft->sft_score = score; in add_sound_suggest()
/vim-8.2.3635/runtime/
H A Doptwin.vim316 call <SID>BinOptionG("sft", &sft)
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim36 …printfont pumwidth pythonthreehome re restorescreen ro rulerformat scl scs sft shellslash shortmes…
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt900 'showfulltag' 'sft' show full tag pattern when completing tag
H A Dtags873 'sft' options.txt /*'sft'*
H A Doptions.txt6971 *'showfulltag'* *'sft'* *'noshowfulltag'* *'nosft'*
6972 'showfulltag' 'sft' boolean (default off)