Comment #1 on issue 193 by [email protected]: Insert in Visual mode
gives wrong result
http://code.google.com/p/vim/issues/detail?id=193
I noticed that bug does not happen with Vim-7.4, but it happens with the
latest Vim-7.4.155. So it's a recent regression.
Doing a bisection to find the change that introduces the bug...
Vim-7.4 -> OK
Vim-7.4.050 -> OK
Vim-7.4.075 -> OK
Vim-7.4.081 -> OK
Vim-7.4.084 -> OK
Vim-7.4.085 -> BUG
Vim-7.4.087 -> BUG
Vim-7.4.100 -> BUG
Vim-7.4.155 -> BUG
So the it's patch 7.4.085 that introduced the bug, which
looks plausible as it modifies insert in visual mode
according its description:
changeset: 5471:70c3289803b3
tag: v7-4-085
user: Bram Moolenaar <[email protected]>
date: Mon Nov 11 01:29:22 2013 +0100
files: src/ops.c src/testdir/test39.in src/testdir/test39.ok
src/version.c
description:
updated for version 7.4.085
Problem: When inserting text in Visual block mode and moving the cursor
the
wrong text gets repeated in other lines.
Solution: Use the '[ mark to find the start of the actually inserted text.
(Christian Brabandt)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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/groups/opt_out.