Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1468 linenr_T mod_bot = 0; in win_update() local
1570 mod_bot = 0; in win_update()
1587 if (mod_bot == 0 || mod_bot < buf->b_mod_bot) in win_update()
1653 --mod_bot; in win_update()
1654 (void)hasFoldingWin(wp, mod_bot, NULL, &mod_bot, TRUE, NULL); in win_update()
1655 ++mod_bot; in win_update()
1656 if (mod_bot < lnumb) in win_update()
1657 mod_bot = lnumb; in win_update()
1678 mod_bot = MAXLNUM; in win_update()
2339 mod_bot = MAXLNUM; in win_update()
[all …]