Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c9262 int wo_spell_save = curwin->w_p_spell; in f_spellbadword() local
9276 curwin->w_p_spell = wo_spell_save; in f_spellbadword()
9284 curwin->w_p_spell = wo_spell_save; in f_spellbadword()
9322 curwin->w_p_spell = wo_spell_save; in f_spellbadword()
9348 int wo_spell_save = curwin->w_p_spell; in f_spellsuggest() local
9366 curwin->w_p_spell = wo_spell_save; in f_spellsuggest()
9374 curwin->w_p_spell = wo_spell_save; in f_spellsuggest()
9417 curwin->w_p_spell = wo_spell_save; in f_spellsuggest()
H A Dspellsuggest.c474 int wo_spell_save = curwin->w_p_spell; in spell_suggest() local
700 curwin->w_p_spell = wo_spell_save; in spell_suggest()