Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _tmux: the cut'n'paste monster strikes again
- X-seq: zsh-workers 27385
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: _tmux: the cut'n'paste monster strikes again
- Date: Wed, 11 Nov 2009 12:02:55 +0100
- In-reply-to: <1257678426-12527-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1257678426-12527-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
Hey list,
Could someone commit the patch from the message I'm replying to?
<http://www.zsh.org/mla/workers/2009/msg01150.html> in the MLA.
(Fullquote below)
Regards, Frank
Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>:
> ---
> Completion/Unix/Command/_tmux | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
> index c6f407f..0eef683 100644
> --- a/Completion/Unix/Command/_tmux
> +++ b/Completion/Unix/Command/_tmux
> @@ -654,8 +654,8 @@ function _tmux-resize-pane() {
> [[ -n ${tmux_describe} ]] && print "Resize a pane" && return
> args=(
> '-D[Resize downward]'
> - '-D[Resize to the left]'
> - '-D[Resize to the right]'
> + '-L[Resize to the left]'
> + '-R[Resize to the right]'
> '-U[Resize upward]'
> '-t[Choose target pane]:pane:__tmux-panes'
> '1::adjustment (defaults to one):_guard "[0-9]#" "numeric value"'
> --
> 1.6.5.rc2
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author