diff options
| author | Niklas Baumstark | 2012-01-22 13:46:17 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:37 +0200 |
| commit | 76b26a8a25522300b9e6e463e75397693fa2bb53 (patch) | |
| tree | a90a3f3a066ff8e0617844382c0175a49091bb57 /fuzzyMode.js | |
| parent | 53f8158919d8b916818c54c6a9e4bf12d28df0f0 (diff) | |
| download | vimium-76b26a8a25522300b9e6e463e75397693fa2bb53.tar.bz2 | |
really get more 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 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(), ]); |
