Searched refs:pos2 (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_match.vim | 118 …call assert_equal([{'group': 'MyGroup1', 'id': 3, 'priority': 10, 'pos1': [1, 5, 1], 'pos2': [1, 8… 133 …call assert_equal([{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1, … 147 …call assert_equal([{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1,9… 241 \ {'group': 'Error', 'id': 5, 'priority': 10, 'pos1': [1, 2, 1], 'pos2': [2, 2, 1]},
|
| /vim-8.2.3635/src/ |
| H A D | charset.c | 1430 pos_T *pos2, in getvcols() argument 1436 if (LT_POSP(pos1, pos2)) in getvcols() 1439 getvvcol(wp, pos2, &from2, NULL, &to2); in getvcols() 1443 getvvcol(wp, pos2, &from1, NULL, &to1); in getvcols()
|
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 37 void getvcols(win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right);
|