1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-13 01:31:18 +02:00

29673: Clarify what 'other' in the ignore-line style does

This commit is contained in:
Mikael Magnusson 2011-08-14 07:21:20 +00:00
parent cc9352c33d
commit 5d97a1f1cd
2 changed files with 8 additions and 3 deletions

View file

@ -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> 2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures. * Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
@ -15234,5 +15239,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5421 $ * $Revision: 1.5422 $
***************************************************** *****************************************************

View file

@ -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 `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 possible completion. The value `tt(current-shown)' is similar but only
applies if the list of completions is currently shown on the screen. 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 Finally, if the style is set to `tt(other)', all words on the line except
current one will be considered as a possible completion. for the current one will be excluded from the possible completions.
The values `tt(current)' and `tt(current-shown)' are a bit like the The values `tt(current)' and `tt(current-shown)' are a bit like the
opposite of the tt(accept-exact) style: only strings with opposite of the tt(accept-exact) style: only strings with