1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 17:47:59 +01:00

vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf')

This commit is contained in:
Martin Stubenschrott
2009-05-21 13:36:23 +02:00
parent d1241eb346
commit 4fff07b8ef
6 changed files with 9 additions and 7 deletions

View File

@@ -812,7 +812,7 @@ function CommandLine() //{{{
// TODO: these belong in ui.js
options.add(["complete", "cpt"],
"Items which are completed at the :[tab]open prompt",
"charlist", "sfl",
"charlist", "slf",
{
completer: function (context) [k for each (k in completion.urlCompleters)],
validator: Option.validateCompleter