diff options
| author | Niklas Baumstark | 2012-01-21 04:26:12 +0100 | 
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:36 +0200 | 
| commit | 6979cd6955ef9be7b55348c1cfc6cc2d9a3c6c76 (patch) | |
| tree | f862abab165b4567dc7ff6ae89e2c52fae7e31de /fuzzyMode.js | |
| parent | 85ae8c6c17c3b83a7b3519844f01c7624e84f0e3 (diff) | |
| download | vimium-6979cd6955ef9be7b55348c1cfc6cc2d9a3c6c76.tar.bz2 | |
decrease number of history items
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 6e2867d2..df428cd0 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -10,7 +10,7 @@ var fuzzyMode = (function() {            ';'    : [ 'goto',           '%s' ],            '?'    : [ 'search',         function(query) { return utils.createSearchUrl(query) } ],          }), -        new completion.FuzzyHistoryCompleter(1000), +        new completion.FuzzyHistoryCompleter(500),          new completion.FuzzyBookmarkCompleter(),        ]);        completer.refresh();  | 
