Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c3141 int prevc = 0; in spell_soundfold_sofo() local
3175 if (c != NUL && c != prevc) in spell_soundfold_sofo()
3180 prevc = c; in spell_soundfold_sofo()
/vim-8.2.3635/runtime/syntax/
H A D2html.vim1650 let s:prevc = matchstr(s:line, '.\%' . (s:startcol + s:offset) . 'c')
1654 let s:prevc = matchstr(s:expandedtab, '.\%' . (s:idx + 1) . 'c')
1656 let s:vcol = virtcol([s:lnum, s:startcol + s:idx + s:offset - len(s:prevc)])