1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

Turn search keyword completion back on

This commit is contained in:
Kris Maglione
2008-11-23 09:10:20 +00:00
parent 6d7c9091de
commit fef1cecb75
4 changed files with 71 additions and 38 deletions

View File

@@ -293,6 +293,8 @@ const config = { //{{{
},
{
bang: true,
literal: true,
argCount: 0,
completer: function (context) completion.url(context)
});