aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/function.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-24 08:01:48 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-24 08:01:48 +1000
commit542597070637d8b8fb251cfc27e55249ffcd9b1c (patch)
treee57c2385758f75cd75eb624cf707075c5ab50e36 /share/completions/function.fish
parent419b3166c8853707980bc8b9912ab664e8daecd6 (diff)
Add a fes minor completion corrections
darcs-hash:20070423220148-ac50b-460b1d404dca7169054459ab6c7f9845dad51a05.gz
Diffstat (limited to 'share/completions/function.fish')
-rw-r--r--share/completions/function.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/function.fish b/share/completions/function.fish
index 3620c07b..8e8bcddc 100644
--- a/share/completions/function.fish
+++ b/share/completions/function.fish
@@ -7,3 +7,4 @@ complete -c function -s s -l on-signal --description "Make the function a signal
complete -c function -s v -l on-variable --description "Make the function a variable update event handler" -x
complete -c function -s b -l key-binding --description "Allow dash (-) in function name"
complete -c function -s a -l argument-names --description "Specify named arguments"
+complete -c function -s S -l no-scope-shadowing --description "Do not shadow variable scope of calling function"