mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Re-enable commandline completions
This commit is contained in:
parent
c545c42514
commit
19e6cc4ca2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue