forked from aniani/vim
Problem: The entries added by matchaddpos() are returned by getmatches()
but can't be set with setmatches(). (Lcd)
Solution: Fix setmatches(). (Christian Brabandt)
18 lines
528 B
Plaintext
18 lines
528 B
Plaintext
Results of test63:
|
|
*** Test 1: OK
|
|
*** Test 2: OK
|
|
*** Test 3: OK
|
|
*** Test 4: OK
|
|
*** Test 5: OK
|
|
*** Test 6: OK
|
|
*** Test 7: OK
|
|
*** Test 8: OK
|
|
*** Test 9: OK
|
|
*** Test 10: OK
|
|
*** Test 11:
|
|
[{'group': 'MyGroup1', 'id': 3, 'priority': 10, 'pos1': [1, 5, 1], 'pos2': [1, 8, 3]}]
|
|
OK
|
|
[{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1, 9, 2]}]
|
|
OK
|
|
[{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1, 9, 2]}, {'group': 'MyGroup1', 'pattern': '\%2lmatchadd', 'priority': 10, 'id': 12}]
|