Searched refs:to1 (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | charset.c | 1434 colnr_T from1, from2, to1, to2; in getvcols() local 1438 getvvcol(wp, pos1, &from1, NULL, &to1); in getvcols() 1443 getvvcol(wp, pos2, &from1, NULL, &to1); in getvcols() 1450 if (to2 > to1) in getvcols() 1452 if (*p_sel == 'e' && from2 - 1 >= to1) in getvcols() 1458 *right = to1; in getvcols()
|