mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
25818: compinstall data loss typo fix from Morita Sho.
This commit is contained in:
parent
98b604282e
commit
332c337e4d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-06 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25818: Completion/compinstall: compinstall data loss typo fix
|
||||
from Morita Sho.
|
||||
|
||||
2008-10-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25808: Completion/Debian/Command/_bts: handle bts claim and
|
||||
|
|
|
@ -125,7 +125,7 @@ in order not to use existing definitions."
|
|||
newifile=$PWD/$newifile
|
||||
print "[Not absolute path: updating to $newifile]"
|
||||
fi
|
||||
[[ -z $newifile || ! -f $newfile ]] && foundold=false
|
||||
[[ -z $newifile || ! -f $newifile ]] && foundold=false
|
||||
else
|
||||
print "I haven't found any existing completion definitions.
|
||||
If you have some already defined by compinstall, edit the name of the
|
||||
|
|
Loading…
Reference in a new issue