Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: completion



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