summaryrefslogtreecommitdiffstats
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-22 01:43:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-22 01:43:02 +0000
commit76953c4d3f155e78467b8c6505bebcd8e9efeafc (patch)
treeccc5f4517e1bc14082c8cefa70a784f6eb55e52b /Functions
parentzsh-workers/9824 (diff)
downloadzsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.gz
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.bz2
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.lz
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.xz
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.zst
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.zip
zsh-workers/9827
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zftp/zfrglob4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zftp/zfrglob b/Functions/Zftp/zfrglob
index ee460f9b1..1fb8d761a 100644
--- a/Functions/Zftp/zfrglob
+++ b/Functions/Zftp/zfrglob
@@ -9,7 +9,7 @@
# stick with a single directory. This is the default.
# (2) Use remote globbing, i.e. pass it to ls at the site.
# Faster, but only works with UNIX, and only basic globbing.
-# We do this if the remote_glob style (or $zfrglob for
+# We do this if the remote-glob style (or $zfrglob for
# backward compatibility) is set.
# There is only one argument, the variable containing the
@@ -21,7 +21,7 @@ setopt extendedglob
local pat dir nondir files i zfrglob
-zstyle -t "$curcontext" remote_glob && zfrglob=1
+zstyle -t "$curcontext" remote-glob && zfrglob=1
eval pat=\$$1