Searched refs:vi_WRAPMARGIN (Results 1 – 2 of 2) sorted by relevance
87 #define vi_WRAPMARGIN 43 macro99 #define vi_WRAPMARGIN 42 macro
1176 if (value(vi_WRAPMARGIN) &&1177 (outcol + width - 1 >= OCOLUMNS - value(vi_WRAPMARGIN) ||1234 if (outcol+(backsl?OCOLUMNS:0) - width >= OCOLUMNS - value(vi_WRAPMARGIN)) {1236 if (outcol+(backsl?OCOLUMNS:0) + width -1 >= OCOLUMNS - value(vi_WRAPMARGIN)) {