James McCoy wrote:

> Patch 7.4.408 introduced a regression when virtualedit is set to block
> or all and a block append is performed in the middle of a tab.
> 
> For example, with "set ve=all" and the following two lines
> 
> 1     1
> 2     2
> 
> run "3|<C-v>jAx".  This will result in
> 
> 1  x     1
> 2x    2
> 
> rather than this
> 
> 1  x     1
> 2  x     2
> 
> as was the behavior before 7.4.408.  The attached patch fixes this and
> adds a test for it.

Thanks!

-- 
I once paid $12 to peer at the box that held King Tutankhamen's little
bandage-covered midget corpse at the De Young Museum in San Francisco.  I
remember thinking how pleased he'd be about the way things turned out in his
afterlife.
                                (Scott Adams - The Dilbert principle)

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to