Searched refs:pos1 (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_match.vim | 101 call assert_equal(-1, setmatches([{'group' : 'Search', 'priority' : 10, 'id' : 5, 'pos1' : {}}])) 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… 211 call assert_equal([{'group' : 'Search', 'priority' : 10, 'id' : id, 'pos1' : [3]}], getmatches()) 214 call assert_equal([{'group' : 'Search', 'priority' : 10, 'id' : id, 'pos1' : [3]}], getmatches()) 241 \ {'group': 'Error', 'id': 5, 'priority': 10, 'pos1': [1, 2, 1], 'pos2': [2, 2, 1]}, 365 call assert_equal([250], m[0].pos1)
|
| H A D | test_matchadd_conceal.vim | 294 …call assert_equal({'group': 'Conceal', 'id': a[0].id, 'priority': 10, 'pos1': [2, 2, 6], 'conceal'…
|
| /vim-8.2.3635/src/ |
| H A D | charset.c | 1429 pos_T *pos1, in getvcols() argument 1436 if (LT_POSP(pos1, pos2)) in getvcols() 1438 getvvcol(wp, pos1, &from1, NULL, &to1); in getvcols() 1444 getvvcol(wp, pos1, &from2, NULL, &to2); 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);
|