1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 21:44:11 +01:00

More of the last commit, and fix :set WRT scoping.

This commit is contained in:
Kris Maglione
2008-10-08 06:09:39 +00:00
parent 12e1b2e89e
commit 796d054306
3 changed files with 53 additions and 53 deletions

View File

@@ -543,6 +543,8 @@ liberator.CommandLine = function () //{{{
// FORCE_MULTILINE is given, FORCE_MULTILINE takes precedence
APPEND_TO_MESSAGES : 1 << 3, // add the string to the message history
get autocompleteTimer() autocompleteTimer,
get mode() (liberator.modes.extended == liberator.modes.EX) ? "cmd" : "search",
getCommand: function ()