mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 13:22:25 +01:00
Restore some :tabmove argument errors and update :help for recent changes.
--HG-- extra : rebase_source : 496b6d553c64e88cef45620dc1f8210301ad5fe2
This commit is contained in:
@@ -677,7 +677,14 @@ var tests = {
|
||||
tabdo: {},
|
||||
tabduplicate: {},
|
||||
tablast: {},
|
||||
tabmove: {},
|
||||
tabmove: {
|
||||
error: [""],
|
||||
noOutput: ["1", "$", "999", "-1", "+1", "! +1", "! -1", "-999", "+999", "! +999", "! -999"],
|
||||
completions: [
|
||||
["", hasItems],
|
||||
["1", hasItems]
|
||||
]
|
||||
},
|
||||
tabnext: {},
|
||||
tabonly: {},
|
||||
tabopen: {},
|
||||
|
||||
Reference in New Issue
Block a user