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

Add a description for INPUT_MULTILINE mode.

This commit is contained in:
Doug Kearns
2012-02-18 20:50:31 +11:00
parent 8b94fa82fe
commit baf26e545c

View File

@@ -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]
});
},