about summary refs log tree commit diff
path: root/Completion/Base/_first
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-07-24 14:01:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-07-24 14:01:54 +0000
commit14810d6df13e0564a606b74e4c4e918e80862e25 (patch)
tree0e24a6c6b0226a90bdf8398ce94b60fdc9a87b0e /Completion/Base/_first
parentd6d4a3abfc84f0940e663cd69537789a039a7056 (diff)
downloadzsh-dot-zsh-199907241534.tar.gz
zsh-dot-zsh-199907241534.tar.xz
zsh-dot-zsh-199907241534.zip
zsh-3.1.6-test-3 dot-zsh-199907241534
Diffstat (limited to 'Completion/Base/_first')
-rw-r--r--Completion/Base/_first4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Base/_first b/Completion/Base/_first
index 8b4da019d..c33e91ff0 100644
--- a/Completion/Base/_first
+++ b/Completion/Base/_first
@@ -53,9 +53,9 @@
 #         if compgen -X "%Bhistory ($n):%b" -Q -H $(( i*10 )) ''; then
 #           # We have found at least one matching word, so we switch
 #           # on menu-completion and make sure that no other
-#           # completion function is called by setting _comp_skip.
+#           # completion function is called by setting _compskip.
 #           compstate[insert]=menu
-#           _comp_skip=1
+#           _compskip=1
 #           return
 #         fi
 #         (( i++ ))