1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 02:44:13 +01:00

Revert "Don't anchor :dia completions". The reason we anchor :dia,

is that once you know which :dialog you want to open, you can usually
open it with :dia xy<tab> very quickly and reliable. The difference
to :emenu is that :emenu has lots of completion items with the same
prefix, so anchored completions wouldn't really be that helpful to
quickly open a menu.

This reverts commit fa842fd716aac599891a53efdf64cab76422c153.
This commit is contained in:
Martin Stubenschrott
2009-01-11 01:15:41 +01:00
parent fe7ab77a45
commit 8bd3c666cf

View File

@@ -1432,7 +1432,6 @@ function Completion() //{{{
dialog: function dialog(context)
{
context.title = ["Dialog"];
context.anchored = false;
context.completions = config.dialogs;
},