fix: adjust more to make it backward compatible for 0.11-

This commit is contained in:
27Onion Nebell
2025-04-12 12:26:40 +08:00
parent 5779c6f6a7
commit 1460136dd0
6 changed files with 66 additions and 14 deletions

View File

@@ -351,6 +351,7 @@ function M.setup(opts)
[8] = minor >= 8,
[9] = minor >= 9,
[10] = minor >= 10,
[11] = minor >= 11,
}
cfg.setup(opts)