1
0
mirror of https://github.com/msberends/AMR.git synced 2025-10-19 11:06:20 +02:00

(v2.1.1.9217) allow + in amr selectors

This commit is contained in:
2025-03-18 16:35:22 +01:00
parent 8d8444c607
commit 4dc4398ad1
23 changed files with 543 additions and 440 deletions

View File

@@ -2,6 +2,7 @@
S3method("!=",amr_selector)
S3method("&",amr_selector)
S3method("+",amr_selector)
S3method("==",amr_selector)
S3method("[",ab)
S3method("[",av)