mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
Mikael: 28301: fix missing item line in doc
This commit is contained in:
parent
30d6deb355
commit
dcaaf02856
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-10-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Mikael: 28301: Doc/Zsh/compsys.yo: restore missing line.
|
||||
|
||||
2010-10-01 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 28307: Completion/Zsh/Command/_zstyle: support new styles
|
||||
|
@ -13682,5 +13686,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5088 $
|
||||
* $Revision: 1.5089 $
|
||||
*****************************************************
|
||||
|
|
|
@ -2263,6 +2263,7 @@ the style is not set but this file is found in one of various standard
|
|||
locations it will be used as the default.
|
||||
)
|
||||
kindex(path-completion, completion style)
|
||||
item(tt(path-completion))(
|
||||
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