mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-04 06:14:50 +01:00
38632: remove trailing space on #compdef line for compinit parsing
This commit is contained in:
parent
0516736eae
commit
5e4db660b2
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
2016-06-07 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 38632: Completion/Linux/Command/_pkgtool: remove trailing space
|
||||
on #compdef line for compinit parsing
|
||||
|
||||
* 38630: Src/builtin.c: fix infinite loop of "hash ="
|
||||
|
||||
2016-06-06 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg
|
||||
#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg
|
||||
|
||||
local expl
|
||||
|
||||
|
|
Loading…
Reference in a new issue