Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1555 if (buf->b_mod_set && buf->b_mod_xlines != 0 && wp->w_redraw_top != 0) in win_update()
1677 if (mod_top != 0 && buf->b_mod_xlines != 0 && wp->w_p_nu) in win_update()
2234 && buf->b_mod_xlines != 0) in win_update()
2719 j = curbuf->b_mod_xlines; in win_update()
2720 curbuf->b_mod_xlines = 0; in win_update()
2723 curbuf->b_mod_xlines = j; in win_update()
H A Dchange.c695 buf->b_mod_xlines = 0; in changedOneline()
821 buf->b_mod_xlines += xtra; in changed_lines_buf()
829 buf->b_mod_xlines = xtra; in changed_lines_buf()
H A Dmatch.c192 wp->w_buffer->b_mod_xlines = 0; in match_add()
272 wp->w_buffer->b_mod_xlines = 0; in match_delete()
H A Dsyntax.c1192 n = p->sst_lnum + buf->b_mod_xlines; in syn_stack_apply_changes_block()
1210 if (p->sst_change_lnum + buf->b_mod_xlines > buf->b_mod_top) in syn_stack_apply_changes_block()
1211 p->sst_change_lnum += buf->b_mod_xlines; in syn_stack_apply_changes_block()
H A Dstructs.h2732 long b_mod_xlines; // number of extra buffer lines inserted; member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt2552 Reset b_mod_xlines when needed. (Alexey Radkov)