Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c1348 int shift_by = len + margin_width - maxwidth; in popup_adjust_position() local
1350 if (shift_by > wp->w_wincol) in popup_adjust_position()
1352 int truncate_shift = shift_by - wp->w_wincol; in popup_adjust_position()
1355 shift_by -= truncate_shift; in popup_adjust_position()
1358 wp->w_wincol -= shift_by; in popup_adjust_position()
1359 maxwidth += shift_by; in popup_adjust_position()