zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: buglet fixes to new compstyle stuff
@ 1999-11-17 17:07 Adam Spiers
  0 siblings, 0 replies; only message in thread
From: Adam Spiers @ 1999-11-17 17:07 UTC (permalink / raw)
  To: zsh workers mailing list

Still haven't started messing around with the nice new stuff properly,
but I noticed a few things.  They should be self-explanatory.

Index: Completion/Core/compinit
===================================================================
RCS file: /projects/zsh/zsh/Completion/Core/compinit,v
retrieving revision 1.1.1.35
diff -u -r1.1.1.35 compinit
--- Completion/Core/compinit	1999/11/17 09:57:16	1.1.1.35
+++ Completion/Core/compinit	1999/11/17 16:14:50
@@ -406,7 +406,7 @@
       tmp="':expand-word' ${name#expandword_} ${(qq)val}"
       ;;
     history_*)
-      tmp="'*:history-words ${name#history_} ${(qq)val}"
+      tmp="'*:history-words' ${name#history_} ${(qq)val}"
       ;;
     completer)
       tmp="'*' completer ${${(qqs.:.)val}}"
@@ -421,7 +421,7 @@
 
   eval "${style}"
 
-  print "$style" >> ${HOME}/.zsh-styles
+  print "$style" >>! ${HOME}/.zsh-styles
 }
 
 # Very simple interface for setting styles:
Index: Doc/Zsh/compsys.yo
===================================================================
RCS file: /projects/zsh/zsh/Doc/Zsh/compsys.yo,v
retrieving revision 1.1.1.73
diff -u -r1.1.1.73 compsys.yo
--- Doc/Zsh/compsys.yo	1999/11/17 09:57:22	1.1.1.73
+++ Doc/Zsh/compsys.yo	1999/11/17 16:45:05
@@ -1598,7 +1598,7 @@
 tt(curcontext) parameter (which would otherwise have the same effect).
 )
 item(tt(_requested))(
-A function that uses t(_tags) to register tags and then calls it to
+A function that uses tt(_tags) to register tags and then calls it to
 loop over the requested sets of tags should call this function to
 check if a certain tag is currently requested. This normally has to be 
 done in a loop such as:


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

only message in thread, other threads:[~1999-11-17 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-17 17:07 PATCH: buglet fixes to new compstyle stuff Adam Spiers

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).