about summary refs log tree commit diff
path: root/Completion/Base/_arguments
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-08 08:58:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-08 08:58:37 +0000
commit38bb84d97577fdfc359ba0261daea730a0cfb405 (patch)
tree15222079b6024fea1a2d7636ca023bb2672196e2 /Completion/Base/_arguments
parentbedd4cf2c57a89bec8bd98e6ed65082164b69d93 (diff)
downloadzsh-38bb84d97577fdfc359ba0261daea730a0cfb405.tar.gz
zsh-38bb84d97577fdfc359ba0261daea730a0cfb405.tar.xz
zsh-38bb84d97577fdfc359ba0261daea730a0cfb405.zip
11194, 11200, 11214
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r--Completion/Base/_arguments2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments
index 68f187af4..195f03f82 100644
--- a/Completion/Base/_arguments
+++ b/Completion/Base/_arguments
@@ -82,7 +82,7 @@ if (( long )); then
     # ... and add "same" options
 
     while (( $#sopts )); do
-      lopts=( $lopts ${lopts/$sopts[1]/$sopts[2]} )
+      lopts=( $lopts ${lopts/$~sopts[1]/$sopts[2]} )
       shift 2 sopts
     done