Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion
- X-seq: zsh-workers 7507
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: completion
- Date: 27 Aug 1999 02:56:35 +0900
- In-reply-to: Sven Wischnowsky's message of "Thu, 26 Aug 1999 14:20:11 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199908261220.OAA15915@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199908261220.OAA15915@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> @@ -236,7 +240,11 @@
> def="$opts[$tmp]"
> optbeg="$beg"
> argbeg="$beg"
> - inopt=yes
> + if [[ -n "$def" ]]; then
> + inopt=yes
> + else
> + inopt=''
> + fi
> uns="${ws[1][2,-1]}"
> opt=''
> fi
In article <199908261352.PAA16045@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> @@ -236,7 +236,7 @@
> def="$opts[$tmp]"
> optbeg="$beg"
> argbeg="$beg"
> - inopt=yes
> + inopt=yes
> uns="${ws[1][2,-1]}"
> opt=''
> fi
These two hunks cause conflicts. So I couldn't update _arguments to
latest.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author