From baf26e545c3c4eb067b677ae527b4a98eabb4d73 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 18 Feb 2012 20:50:31 +1100 Subject: [PATCH] Add a description for INPUT_MULTILINE mode. --- common/content/commandline.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/commandline.js b/common/content/commandline.js index 6d9bc910..ada617fd 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1677,6 +1677,7 @@ var CommandLine = Module("commandline", { }); modes.addMode("INPUT_MULTILINE", { + description: "Active when the command line's multiline input buffer is open", bases: [modes.INSERT] }); },