1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

change suffix style to still do expansion if the suffix contains something to expand (12115)

This commit is contained in:
Sven Wischnowsky 2000-06-29 07:10:31 +00:00
parent 4e2e7f292f
commit d15f36ab5b
3 changed files with 7 additions and 2 deletions

View file

@ -1888,7 +1888,8 @@ This is used by the tt(_expand) completer if the word starts with a
tilde or parameter expansion. If it is set to `true', the word will
only be expanded if it doesn't have a suffix, i.e. if it is something
like `tt(~foo)' or `tt($foo)', but not if it is `tt(~foo/)' or
`tt($foo/bar)'. The default for this style is `true'.
`tt($foo/bar)', unless that suffix itself contains characters eligible
for expansion. The default for this style is `true'.
)
kindex(tag-order, completion style)
item(tt(tag-order))(