From 54447f16ef0db06d3cb061a4278ca173d71ec442 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Oct 2008 11:42:24 +0000 Subject: [PATCH] use completion.dialog to complete :dialog --- content/liberator.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/liberator.js b/content/liberator.js index 45485d50..8d5b8e89 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -183,10 +183,7 @@ const liberator = (function () //{{{ { argCount: "1", bang: true, - completer: function (filter) - { - return [0, liberator.completion.filter(liberator.config.dialogs || [], filter)]; - } + completer: function (filter) liberator.completion.dialog(filter) }); // TODO: move this