mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:17:59 +01:00
Add commands.get completer. Add more JS completer tests.
--HG-- branch : groups
This commit is contained in:
@@ -312,7 +312,21 @@ var tests = {
|
||||
["window", hasItems],
|
||||
["window.", hasItems],
|
||||
["window['", hasItems],
|
||||
["commands.get('", hasItems]
|
||||
["File('", hasItems],
|
||||
["File.expandPath('", hasItems],
|
||||
"autocommands.user.get('",
|
||||
["commands.get('", hasItems],
|
||||
["commands.builtin.get('", hasItems],
|
||||
["highlight.get('", hasItems],
|
||||
["highlight.highlightNode(null, '", hasItems],
|
||||
["mappings.get(modes.NORMAL, '", hasItems],
|
||||
// ["mappings.builtin.get(modes.NORMAL, '", hasItems],
|
||||
["options.get('", hasItems],
|
||||
["prefs.get('", hasItems],
|
||||
["prefs.defaults.get('", hasItems],
|
||||
["localPrefs.get('", hasItems],
|
||||
["localPrefs.defaults.get('", hasItems],
|
||||
["styles.system.get('", hasItems],
|
||||
]
|
||||
},
|
||||
jumps: {
|
||||
|
||||
Reference in New Issue
Block a user