Searched refs:minwid (Results 1 – 3 of 3) sorted by relevance
4132 int minwid; in build_stl_str_hl() local4391 minwid = 0; in build_stl_str_hl()4409 minwid = 0; in build_stl_str_hl()4415 stl_items[curitem].stl_minwid = minwid > 9 ? 1 : minwid; in build_stl_str_hl()4424 if (minwid == 0) in build_stl_str_hl()4438 minwid = - minwid; in build_stl_str_hl()4457 minwid = (minwid > 50 ? 50 : minwid) * l; in build_stl_str_hl()4810 if (minwid > 0) in build_stl_str_hl()4820 minwid = 0; in build_stl_str_hl()4823 minwid *= -1; in build_stl_str_hl()[all …]
7360 %-0{minwid}.{maxwid}{item}7382 when minwid is larger than the length of the item.7384 minwid Minimum width of the item, padding as set by '-' & '0'.7470 minwid field, e.g. %1*. Restore normal highlight with %* or %0*.7480 not set) and a minwid is not set for the group, the whole group will
6584 Problem: Vim crashes when using a huge number for the minwid value in a6586 Solution: Check for an overflow that makes minwid negative.