Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspellfile.pro8 void spell_add_word(char_u *word, int len, int what, int idx, int undo);
/vim-8.2.3635/src/
H A Dspellfile.c6167 spell_add_word(eap->arg, (int)STRLEN(eap->arg), in ex_spell()
6178 spell_add_word( in spell_add_word() function
H A Dnormal.c3226 spell_add_word(ptr, len, nchar == 'w' || nchar == 'W' in nv_zet()