Malvikus wrote:
> I've read manual about moving to a character commands. And
> I've found inadvertence. If I use "Ti" command in this line
> (for example):
> A love Vim, that's the best editor in my life.
>
> The first I've get cursor on character V in Vim word. But I
> couldn't after that use command ";" or ",". It doesn't work
> (I know why). But I think the most users want behavior when
> after typing ";" Vim move cursor on character d in editor
> word and etc.

To spell out the issue, put the cursor on 'x' in:
    x abc aec

Type tc (move cursor to character before 'c').
This works (cursor moves to 'b').
Now press ; or , and observe that cursor does NOT move.

Put the cursor on 'b' and type Tc.
Again, pressing ; or , does not move cursor.

I guess this is how it's always been?

John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to