mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: add kindex entry for path-completion style
This commit is contained in:
parent
047ee6aaf3
commit
a16f04d1c7
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2010-04-14 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Doc/Zsh/compsys.yo: add kindex entry for
|
||||
path-completion.
|
||||
|
||||
* unposted: Doc/Zsh/compsys.yo: slightly rephrase previous doc.
|
||||
|
||||
* users/15011: Completion/Unix/Type/_path_files,
|
||||
|
@ -13019,5 +13022,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4955 $
|
||||
* $Revision: 1.4956 $
|
||||
*****************************************************
|
||||
|
|
|
@ -2262,7 +2262,7 @@ containing color names in the format of an X11 tt(rgb.txt) file. If
|
|||
the style is not set but this file is found in one of various standard
|
||||
locations it will be used as the default.
|
||||
)
|
||||
item(tt(path-completion))(
|
||||
kindex(path-completion, completion style)
|
||||
This is used by filename completion. By default, filename completion
|
||||
examines all components of a path to see if there are completions of
|
||||
that component. For example, tt(/u/b/z) can be completed to
|
||||
|
|
Loading…
Reference in a new issue