Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmatch.c106 linenr_T botlnum = 0; in match_add() local
173 if (botlnum == 0 || lnum >= botlnum) in match_add()
174 botlnum = lnum + 1; in match_add()
184 if (wp->w_buffer->b_mod_bot < botlnum) in match_add()
185 wp->w_buffer->b_mod_bot = botlnum; in match_add()
191 wp->w_buffer->b_mod_bot = botlnum; in match_add()
195 m->pos.botlnum = botlnum; in match_add()
264 if (wp->w_buffer->b_mod_bot < cur->pos.botlnum) in match_delete()
265 wp->w_buffer->b_mod_bot = cur->pos.botlnum; in match_delete()
271 wp->w_buffer->b_mod_bot = cur->pos.botlnum; in match_delete()
H A Dstructs.h3340 linenr_T botlnum; // bottom buffer line member