diff options
Diffstat (limited to 'fuzzyMode.js')
| -rw-r--r-- | fuzzyMode.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js index 32f54eb9..90ba0aa4 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -11,7 +11,7 @@ var fuzzyMode = (function() {            ';'    : [ 'goto',           '%s' ],            '?'    : [ 'search',         function(query) { return utils.createSearchUrl(query) } ],          }), -        new completion.FuzzyHistoryCompleter(500), +        new completion.FuzzyHistoryCompleter(2000),          new completion.FuzzyBookmarkCompleter(),          new completion.FuzzyTabCompleter(),        ]);  | 
