diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-09 12:27:06 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-09 12:27:06 +0000 |
commit | bc86e2111b78482d9fffe744b75abef66bb9bdbf (patch) | |
tree | 6aa38ae8f98ed85cc15c503f99661a6d7a1f4a6b /Completion/Unix/Command | |
parent | 1c23db0e00c4462c9e76c88bd01dc09c6a1076dd (diff) | |
download | zsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.tar.gz zsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.tar.xz zsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.zip |
unposted: fix typo in a _less state name
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_less b/Completion/Unix/Command/_less index c39fe7820..5cc0ba93e 100644 --- a/Completion/Unix/Command/_less +++ b/Completion/Unix/Command/_less @@ -85,7 +85,7 @@ _arguments -S -s -A "[-+]*" \ if [[ -n "$state" ]]; then case $state in - prompt) + prompts) if compset -P \?; then _message -e prompt else |