Re-enable commandline completions

This commit is contained in:
Oliver Blanthorn 2019-01-15 17:32:29 +00:00
parent c545c42514
commit 19e6cc4ca2
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -94,7 +94,7 @@ function getCompletion() {
export function enableCompletions() { export function enableCompletions() {
if (!activeCompletions) { if (!activeCompletions) {
activeCompletions = [ activeCompletions = [
// new FindCompletionSource(completionsDiv), FindCompletionSource,
BmarkCompletionSource, BmarkCompletionSource,
TabAllCompletionSource, TabAllCompletionSource,
BufferCompletionSource, BufferCompletionSource,