mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
29673: Clarify what 'other' in the ignore-line style does
This commit is contained in:
parent
cc9352c33d
commit
5d97a1f1cd
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-14 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 29673: Doc/Zsh/compsys.yo: Clarify what 'other' in the
|
||||
ignore-line style does.
|
||||
|
||||
2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
|
||||
|
@ -15234,5 +15239,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5421 $
|
||||
* $Revision: 1.5422 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1684,8 +1684,8 @@ will be considered as possible completions. If it is set to
|
|||
`tt(current)', the word the cursor is on will not be considered as a
|
||||
possible completion. The value `tt(current-shown)' is similar but only
|
||||
applies if the list of completions is currently shown on the screen.
|
||||
Finally, if the style is set to `tt(other)', no word apart from the
|
||||
current one will be considered as a possible completion.
|
||||
Finally, if the style is set to `tt(other)', all words on the line except
|
||||
for the current one will be excluded from the possible completions.
|
||||
|
||||
The values `tt(current)' and `tt(current-shown)' are a bit like the
|
||||
opposite of the tt(accept-exact) style: only strings with
|
||||
|
|
Loading…
Reference in a new issue