Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3169 char_u theword[MAXWLEN]; in add_sound_suggest() local
3244 STRCPY(theword + wlen, "BAD"); in add_sound_suggest()
3258 theword[wlen] = byts[n + i]; in add_sound_suggest()
3262 theword[wlen] = NUL; in add_sound_suggest()
3278 find_keepcap_word(slang, theword, cword); in add_sound_suggest()
3287 make_case_word(theword, cword, flags); in add_sound_suggest()
3291 p = theword; in add_sound_suggest()
/vim-8.2.3635/src/testdir/
H A Dtest_popupwin.vim3157 \ "theword\tXtagfile\t/^theword"],
3160 \ + ['theword is here']
3179 \ 'find theword somewhere',
3190 call term_sendkeys(buf, "/theword\<CR>\<C-W>}")
3214 call term_sendkeys(buf, ":pedit +/theword Xtagfile\<CR>")
/vim-8.2.3635/runtime/doc/
H A Deval.txt6109 :vimgrep /theword/jg *.c