mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:38:00 +01:00
fixes:
'tag' command works once more 'source ~/' shows the matches fdopen checks whether the file exists, and throws a more-readable error if it doesn't 'help' work if the current document is a XULDocument (it shows the help in a new tab)
This commit is contained in:
@@ -471,7 +471,7 @@ function get_file_completions(filter)/*{{{*/
|
||||
return [[path], ''];
|
||||
});
|
||||
|
||||
return g_completions = build_longest_starting_substring(mapped, filter);
|
||||
return g_completions = build_longest_starting_substring(mapped, new_filter);
|
||||
}/*}}}*/
|
||||
|
||||
function get_help_completions(filter)/*{{{*/
|
||||
|
||||
Reference in New Issue
Block a user