mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
another fix for 15477 (separator strings); add list-separator style (15484)
This commit is contained in:
parent
e1708022d2
commit
c83d16f8ee
9 changed files with 41 additions and 16 deletions
|
@ -1563,6 +1563,12 @@ typed pathname components and this style is set to `true', all
|
|||
components starting with the first one for which more than one match
|
||||
could be generated will be shown.
|
||||
)
|
||||
kindex(list-separator, completion style)
|
||||
item(tt(list-separator))(
|
||||
The value of this style is used in completion listing to separate the
|
||||
string to complete from a description when possible (e.g. when
|
||||
completing options). It defaults to `tt(-)tt(-)' (two hyphens).
|
||||
)
|
||||
kindex(local, completion style)
|
||||
item(tt(local))(
|
||||
This style is used by completion functions which generate URLs as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue