Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmatch.c105 linenr_T toplnum = 0; in match_add() local
171 if (toplnum == 0 || lnum < toplnum) in match_add()
172 toplnum = lnum; in match_add()
178 if (toplnum != 0) in match_add()
182 if (wp->w_buffer->b_mod_top > toplnum) in match_add()
183 wp->w_buffer->b_mod_top = toplnum; in match_add()
190 wp->w_buffer->b_mod_top = toplnum; in match_add()
194 m->pos.toplnum = toplnum; in match_add()
258 if (cur->pos.toplnum != 0) in match_delete()
263 wp->w_buffer->b_mod_top = cur->pos.toplnum; in match_delete()
[all …]
H A Dstructs.h3339 linenr_T toplnum; // top buffer line member