Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with vi-goto-mark and vi-set-mark
- X-seq: zsh-users 11395
- From: "William Scott" <wgscott@xxxxxxxxxxxxxxxxxx>
- To: "Felix Rosencrantz" <f.rosencrantz@xxxxxxxxx>
- Subject: Re: Problems with vi-goto-mark and vi-set-mark
- Date: Sun, 15 Apr 2007 11:14:05 -0700 (PDT)
- Cc: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <dc507f4a0704150949p39a6fd4bleb56f7d7c00cd1e9@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <dc507f4a0704150949p39a6fd4bleb56f7d7c00cd1e9@xxxxxxxxxxxxxx>
Felix Rosencrantz wrote:
> I've recently been trying to use viins/vicmd mode. I've hit a small
> problem with the vi-set-mark and vi-goto-mark, they seem to be broken
> in the latest version of zsh. Though it looks like it was working in
> 4.2.5.
>
> To reproduce:
> zsh -f
> % bindkey -v
> % echo <ESC>maiabcdef
> # ESC changes to vicmd mode
> # ma creates mark 'a' at the position
> # i go back to viins mode
> # abcdef actually doing self-inserts
> % echo <ESC>`a
> # <ESC> changes to vicmd mode
> # `a is suppose to go to mark 'a' from the previous line, but in
> the latest version it doesn't seem to work. It look like it has been
> broken for more than a year in 4.3.0
>
> -FR.
>
I just verified it works in 4.2.3 (which comes with Apple OS X) and not
with my 4.3.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author