keys: load flags dependency within descriptions include
[sheet.git] / readline.eng.inc.pl
index e67e644c7bee8cc0efd1fe5ea70c11b0434941ea..87eb061e10c2d8764d9275b1db0638ee030b9fea 100644 (file)
@@ -1,6 +1,6 @@
 use utf8;
-{
 
+{
 key => {
        '+<' => "history start",
        '+>' => "history end",
@@ -85,17 +85,18 @@ mode => {
 },
 
 flag => {
-       ci => [info    => "Info command: shows/does something without altering anything."],
-       pm => [motion  => "Move the cursor."],
-       co => [history => "Replace contents involving kill ring, undo, or command history."],
-       mi => [change  => "Alter current text (filtering or completion)."],
-       mo => [delete  => "Remove text."],
-       mv => [misc    => "Miscellaneous commands."],
-       me => [mode    => "Additional key functionality (click to view)."],
+       g1 => [info    => "Info command: shows/does something without altering anything."],
+       g2 => [motion  => "Move the cursor."],
+       g4 => [history => "Replace contents involving kill ring, undo, or command history."],
+       g6 => [change  => "Alter current text (filtering or completion)."],
+       g7 => [delete  => "Remove text."],
+       g8 => [misc    => "Miscellaneous commands."],
+       g9 => [mode    => "Additional key functionality (click to view)."],
 
        arg => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
        new => ["&gt;v2.0" => "Unavailable before readline version 2.1 (1997)."],
        ext => ["bash" => "Default assignment in Bash shells, but not common readline."],
 },
 
+def => do 'readline.inc.pl',
 }