mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
29245: _xset: pass -O instead of -o to _describe.
This commit is contained in:
parent
9a5fcb3c31
commit
faa39d45a3
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-05-12 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 29245: Completion/X/Command/_xset: pass -O instead of -o
|
||||
to _describe.
|
||||
|
||||
2011-05-12 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* Nikolai Weibull: 29124: Completion/Unix/Command/_git: Fix
|
||||
|
@ -14669,5 +14674,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5294 $
|
||||
* $Revision: 1.5295 $
|
||||
*****************************************************
|
||||
|
|
|
@ -27,8 +27,8 @@ _xset_compopts () {
|
|||
tmp=("$tmp[@]" "$opt")
|
||||
fi
|
||||
done
|
||||
_describe -o options tmp -- ||
|
||||
_describe -o options allopts --
|
||||
_describe -O options tmp -- ||
|
||||
_describe -O options allopts --
|
||||
}
|
||||
|
||||
_xset_compfpadd () {
|
||||
|
|
Loading…
Reference in a new issue