diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-07-24 14:01:54 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-07-24 14:01:54 +0000 |
| commit | 14810d6df13e0564a606b74e4c4e918e80862e25 (patch) | |
| tree | 0e24a6c6b0226a90bdf8398ce94b60fdc9a87b0e /Completion/Base/_first | |
| parent | zsh-3.1.6-test-2 (diff) | |
| download | zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar.gz zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar.bz2 zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar.lz zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar.xz zsh-14810d6df13e0564a606b74e4c4e918e80862e25.tar.zst zsh-14810d6df13e0564a606b74e4c4e918e80862e25.zip | |
zsh-3.1.6-test-3dot-zsh-199907241534
Diffstat (limited to 'Completion/Base/_first')
| -rw-r--r-- | Completion/Base/_first | 4 |
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++ )) |
