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:
@@ -1677,6 +1677,7 @@ var CommandLine = Module("commandline", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
modes.addMode("INPUT_MULTILINE", {
|
modes.addMode("INPUT_MULTILINE", {
|
||||||
|
description: "Active when the command line's multiline input buffer is open",
|
||||||
bases: [modes.INSERT]
|
bases: [modes.INSERT]
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user