Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspellfile.pro6 void mkspell(int fcount, char_u **fnames, int ascii, int over_write, int added_word);
/vim-8.2.3635/src/
H A Dspellfile.c1752 int added_word) // invoked through "zg" in spell_reload_one() argument
1772 if (added_word && !didit) in spell_reload_one()
5893 int added_word) // invoked through "zg" in mkspell() argument
5907 spin.si_verbose = !added_word; in mkspell()
6106 spell_reload_one(wfname, added_word); in mkspell()