Hi Bram,

2016-1-7(Thu) 16:04:39 UTC+9 h_east:
snip...
> > That's a big change.  Can you give an example of what didn't work before
> > and works now?
> 
> Please see Test_visual_increment_27() ~ Test_visual_increment_34().
> Below is ather exsample.
> 
> Case 1 (Visual blockwise <C-A> with TAB and SPACE mixed)
>   - Manipulate
>     $ vim -Nu NONE
>     :call setline(1, ["1234    56", "\<TAB>78"])
>     :exec "norm! ggw\<C-V>jl\<C-A>"
>   - Expect result
>     "1234    57"
>     "\<TAB>79"
>   - Unpatched result
>     "1235    56"
>     "\<TAB>79"
snip...

Case 2 (Redo after visual characterwise/blockwise <C-A>)
  - Manipulate
    $ vim -Nu NONE
    :call setline(1, ["1234\<TAB>56"])
    :exec "norm! ggw\<C-V>l\<C-A>."
  - Expect result
    "1234\<TAB>58"
  - Unpatched result
    "1235\<TAB>57"

Above behavior will be fixed in my patch or the following patch.
https://groups.google.com/d/topic/vim_dev/OdcI-cHv1dw/discussion

Thanks
--
Best regards,
Hirohito Higashi (a.k.a h_east)

-- 
-- 
You received this message from the "vim_dev" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui