Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c1209 wp->w_vsep_width = 1; in win_split_ins()
1212 wp->w_vsep_width = oldwin->w_vsep_width; in win_split_ins()
1243 wp->w_vsep_width = 0; in win_split_ins()
1249 wp->w_vsep_width = oldwin->w_vsep_width; in win_split_ins()
1688 curwin->w_vsep_width = wp->w_vsep_width; in win_exchange()
1772 n = wp2->w_vsep_width; in win_rotate()
1773 wp2->w_vsep_width = wp1->w_vsep_width; in win_rotate()
1774 wp1->w_vsep_width = n; in win_rotate()
1859 win1->w_vsep_width = 1; in win_move_after()
1872 win2->w_vsep_width = 1; in win_move_after()
[all …]
H A Dstructs.h3494 int w_vsep_width; // Number of separator columns (0 or 1). member
H A Ddrawscreen.c545 if (wp->w_vsep_width != 0 && wp->w_status_height != 0 && redrawing()) in win_redr_status()
H A Dscreen.c853 if (wp->w_vsep_width) in draw_vsep_win()
H A Dgui.c5037 else if (!(State & CMDLINE) && wp->w_vsep_width > 0 && col == wp->w_width in xy2win()
H A Dpopupwin.c2132 wp->w_vsep_width = 0; in popup_create()