diff options
| author | André Twupack <atwupack@mailbox.org> | 2014-09-19 21:12:47 +0200 |
|---|---|---|
| committer | André Twupack <atwupack@mailbox.org> | 2014-09-19 21:12:47 +0200 |
| commit | ea492696cfbb5912b9b42112159a028e24f9e2fc (patch) | |
| tree | 862dc1c821934139ad40c17768d03e6d71719a77 /src/nvim/testdir | |
| parent | 6cc6b0ff9eb5bba50d125199b984cb1a374e4f77 (diff) | |
| download | rneovim-ea492696cfbb5912b9b42112159a028e24f9e2fc.tar.gz rneovim-ea492696cfbb5912b9b42112159a028e24f9e2fc.tar.bz2 rneovim-ea492696cfbb5912b9b42112159a028e24f9e2fc.zip | |
vim-patch:7.4.407
Problem: Inserting text for Visual block mode, with cursor movement,
repeats the wrong text. (Aleksandar Ivanov)
Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-407
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test39.in | 8 | ||||
| -rw-r--r-- | src/nvim/testdir/test39.ok | bin | 481 -> 514 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/testdir/test39.in b/src/nvim/testdir/test39.in index c1e1cc49a6..7d1c672522 100644 --- a/src/nvim/testdir/test39.in +++ b/src/nvim/testdir/test39.in @@ -23,6 +23,9 @@ G$khhhhhkkcmno /^aaaa/ :exe ":norm! l\<C-V>jjjlllI\<Right>\<Right> \<Esc>" :/^aa/,/^$/w >> test.out +/xaaa$/ +:exe ":norm! \<C-V>jjjI<>\<Left>p\<Esc>" +:/xaaa$/,/^$/w >> test.out :" Test for Visual block was created with the last <C-v>$ /^A23$/ :exe ":norm! l\<C-V>j$Aab\<Esc>" @@ -77,6 +80,11 @@ bbbbbb cccccc dddddd +xaaa +bbbb +cccc +dddd + A23 4567 diff --git a/src/nvim/testdir/test39.ok b/src/nvim/testdir/test39.ok Binary files differindex ef7a2c6442..d8e901563a 100644 --- a/src/nvim/testdir/test39.ok +++ b/src/nvim/testdir/test39.ok |