OSDN Git Service

Complete the le-predict option
authormagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Fri, 21 Oct 2016 16:33:08 +0000 (16:33 +0000)
committermagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Fri, 21 Oct 2016 16:33:08 +0000 (16:33 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/yash/yash/branches/predict2@3699 048f04df-13f5-43d7-8114-9f9ceecaec24

share/completion/set

index e15c2f8..63a7cc9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Completion script for the "set" built-in command.
 # Completion function "completion/set" is used for the "ksh" and "yash"
-# commands as well. Supports AT&T ksh 20100621, yash 2.41.
+# commands as well. Supports AT&T ksh 20100621, yash 2.44.
 
 function completion/set {
 
@@ -263,6 +263,7 @@ function completion/set::getopt {
                "histspace; don't save a command starting with a space in the history"
                "leconvmeta; always treat meta-key flags in line-editing"
                "lenoconvmeta; never treat meta-key flags in line-editing"
+               "lepredict; suggest a command fragment while line-editing"
                "levisiblebell; alert with a flash, not a bell"
                "lepromptsp; ensure the prompt is printed at the beginning of a line"
                "lealwaysrp; always show the right prompt during line-editing"