zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _prcs error-message fix
@ 2000-02-25 17:07 Alexandre Duret-Lutz
  0 siblings, 0 replies; only message in thread
From: Alexandre Duret-Lutz @ 2000-02-25 17:07 UTC (permalink / raw)
  To: zsh-workers


I'm afraid there is still mistakes in this function...
This fix an error message and add a second.

Index: Completion/User/_prcs
--- Completion/User/_prcs Fri, 11 Feb 2000 21:43:30 +0100 Alexandre
+++ Completion/User/_prcs Fri, 25 Feb 2000 18:02:43 +0100 Alexandre
@@ -84,6 +84,9 @@
 	  '-i[expand the entire project immediately]' \
           ':project name:_prcs_projects'
         ;;
+      *)
+	_message "unknown prcs administrative subfunction: $words[1]"
+	;;
       esac
     fi
     ;;
@@ -197,7 +200,7 @@
       ':project name:_prcs_projects'
     ;;
   *)
-    _message "unknown prcs command: $words[2]"
+    _message "unknown prcs command: $words[1]"
   ;;
   esac
 fi

-- 
Alexandre Duret-Lutz


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-25 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-25 17:07 PATCH: _prcs error-message fix Alexandre Duret-Lutz

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).