mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:47:59 +01:00
add missing var declarations
This commit is contained in:
@@ -270,7 +270,7 @@ function get_help_completions(filter)/*{{{*/
|
||||
$_[1]
|
||||
];
|
||||
}));
|
||||
for (map in vimperator.mappings)
|
||||
for (var map in vimperator.mappings)
|
||||
help_array.push([map.commands, map.short_help])
|
||||
|
||||
if (!filter) return help_array.map(function($_) {
|
||||
|
||||
Reference in New Issue
Block a user