aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/read.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-30 02:26:24 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-30 02:26:24 +1000
commitba932b659022b7cc2d746b4dc4536e111dd23ec0 (patch)
treef1770a65e5040a0b68a4694a550cf8aceb1c93d7 /share/completions/read.fish
parentc02e2b13207448ee7504f361e3a1abf4fa946c82 (diff)
Add support for -s switch to read builtin, enables shell syntax highlighting in the read builtin
darcs-hash:20070129162624-ac50b-dff9d9ebf16ce3247b83d917efbffd4942cda83f.gz
Diffstat (limited to 'share/completions/read.fish')
-rw-r--r--share/completions/read.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/read.fish b/share/completions/read.fish
index 5130993d..fb43d253 100644
--- a/share/completions/read.fish
+++ b/share/completions/read.fish
@@ -6,3 +6,5 @@ complete -c read -s l -l local --description "Make variable scope local"
complete -c read -s U -l universal --description "Make variable scope universal, i.e. share variable with all the users fish processes on this computer"
complete -c read -s u -l unexport --description "Do not export variable to subprocess"
complete -c read -s m -l mode-name --description "Name to load/save history under" -r -a "read fish"
+complete -c read -s c -l command --description "Initial contents of read buffwhen reading interactively"
+complete -c read -s s -l shell --description "Use syntax highlighting, tab completions and command termination suitable for entering shellscript code"