Christian Brabandt wrote:
> Okay, I really need to get some coffee.
> Resending to vim-dev, because attachments obviously do not make it to github.
>
> On Di, 10 Nov 2015, Dimitar Dimitrov wrote:
>
> > Steps to reproduce:
> >
> > Create a file with contents:
> > ```
> > 1 lorem
> > 2 bla
> > ```
> >
> > Now, `:set ve=all`
> >
> > Go in virtual column 7 on the first line and start visual block mode with
> > `^v`, then `j`
> >
> > Now when trying `I@`, we get:
> > ```
> > 1 lorem @
> > 2 bla
> > ```
> >
> > instead of:
> > ```
> > 1 lorem @
> > 2 bla @
> > ```
> >
> > Note `A@` does what we want
> >
> > Tested with `Vim 7.4`, `1-884` (`vim -nNX -u NONE`)
>
> block editing is a little bit tricky, but I think the attached patch
> fixes it. Please check (includes a test to verify)
The "A" and "I" commands intentionally behave differently.
So you can either insert into empty space or not.
--
hundred-and-one symptoms of being an internet addict:
108. While reading a magazine, you look for the Zoom icon for a better
look at a photograph.
/// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.