On Tue, Jan 31, 2012 at 5:08 PM, Clark J. Wang <[email protected]> wrote:

>
> $ echo ${.sh.version}
> Version jM 93u 2011-02-08
> $ set -o vi
> $ bar  <-- Don't press ENTER here
>
> Right now the cursor is right after the r char, then:
>
> 1) Press ESC to go to vi NORMAL mode
> 2) Press 0 and the cursor will move to under the b char
> 3) Press i but don't input anything
> 4) Press ESC again and now the cursor is still under the b char
> 5) Press l (the letter ell). Here I want the cursor to move to under the a
> char but it still stays under the b char. I have to press another l to move
> the cursor to under the a char.
>
> When I debugged with KEYBD, I found in step 5 when the first l is pressed
> the .sh.edcol value was -1 which should be 0 I think.


Fixed in 93u+ 2012-05-04.

>
>
> -Clark
>
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to