diff options
Diffstat (limited to 'fuzzyMode.js')
| -rw-r--r-- | fuzzyMode.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js index 41fc061b..32f54eb9 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -13,6 +13,7 @@ var fuzzyMode = (function() { }), new completion.FuzzyHistoryCompleter(500), new completion.FuzzyBookmarkCompleter(), + new completion.FuzzyTabCompleter(), ]); completer.refresh(); fuzzyBox = new FuzzyBox(completer, 10); |
