about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-09 12:27:06 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-09 12:27:06 +0000
commitbc86e2111b78482d9fffe744b75abef66bb9bdbf (patch)
tree6aa38ae8f98ed85cc15c503f99661a6d7a1f4a6b
parent1c23db0e00c4462c9e76c88bd01dc09c6a1076dd (diff)
downloadzsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.tar.gz
zsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.tar.xz
zsh-bc86e2111b78482d9fffe744b75abef66bb9bdbf.zip
unposted: fix typo in a _less state name
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_less2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c782395f6..12f687d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-09  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
+
+	* unposted: Completion/Unix/Command/_less: fix typo in state name
+
 2005-06-08  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
 
 	* unposted: Completion/Unix/Command/_ant: add missing options specific
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