1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 10:35:52 +01:00

Fix :delgroup completer's builtin group exclusions.

This commit is contained in:
Doug Kearns
2011-07-21 02:29:28 +10:00
parent 96469e9f47
commit 996300c782
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ var tests = {
}
],
delgroup: {
error: ["!", "", "builtin"],
error: ["", "! foo", "builtin"],
completions: [""]
},
delmacros: {