Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dvoscm.vim25 …ntained number req string switch allow byte disable_input hidden length longword max min no_abbrev…
/vim-8.2.3635/src/
H A Dspellsuggest.c3613 char_u longword[MAXWLEN + 1]; in check_suggestions() local
3623 vim_strncpy(longword, stp[i].st_word, MAXWLEN); in check_suggestions()
3625 vim_strncpy(longword + len, su->su_badptr + stp[i].st_orglen, in check_suggestions()
3628 (void)spell_check(curwin, longword, &attr, NULL, FALSE); in check_suggestions()