mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 23:55:44 +01:00
remove FIXME comment
This commit is contained in:
@@ -295,7 +295,7 @@ function get_command_completions(filter)/*{{{*/
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (var command in vimperator.commands)
|
for (var command in vimperator.commands)
|
||||||
completions.push([command.long_names, command.short_help]); // # FIXME: just return it in the format expected by blss() for now -- djk
|
completions.push([command.long_names, command.short_help]);
|
||||||
return build_longest_starting_substring(completions, filter);
|
return build_longest_starting_substring(completions, filter);
|
||||||
}/*}}}*/
|
}/*}}}*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user