diff --git a/content/completion.js b/content/completion.js index 10770155..343f0d89 100644 --- a/content/completion.js +++ b/content/completion.js @@ -65,7 +65,7 @@ function Completion() //{{{ //let foo = ["", "IGNORED", "FAILURE", "NOMATCH", "SUCCESS", "NOMATCH_ONGOING", "SUCCESS_ONGOING"]; historyCache = comp; - commandline.setCompletions({ start: 0, get completions() { return completionCache.concat(historyCache); } }); + commandline.setCompletions({ get completions() { return completionCache.concat(historyCache); } }); }); function Javascript()