Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: misc. small changes



On Mar 29, 11:50am, Oliver Kiddle wrote:
} Subject: PATCH: misc. small changes
}
} Finally, I have made an addition to the docs for the
} subst-globs-only style I added to _expand and fixed a typo.

Sven did this already, in 10265.

This patch backs out Oliver's patch and fixes a missing kindex() entry.

Index: Doc/Zsh/compsys.yo
===================================================================
@@ -1564,13 +1564,7 @@
 substitution will be performed only if given an explicit numeric
 argument other than `tt(1)', as by typing `tt(ESC 2 TAB)'.
 )
-item(tt(subst-globs-only))(
-If this is set to `tt(1)' or an expression that evaluates to `tt(1)'
-then _expand will only do substitution if globbing is able to do
-something. This is useful if you prefer not to have substitution but
-want globbing to work in cases where there are substitutions in the
-string.
-)
+kindex(tag-order, completion style)
 item(tt(tag-order))(
 This provides a mechanism for sorting how the tags available in a
 particular context will be used.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author