Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro8 int spell_move_to(win_T *wp, int dir, int allwords, int curline, hlf_T *attrp);
/vim-8.2.3635/src/
H A Dspell.c1267 int allwords, // TRUE for "[s"/"]s", FALSE for "[S"/"]S" in spell_move_to() argument
1368 if (allwords || attr == HLF_SPB) in spell_move_to()