diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-08-11 17:46:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-08-11 17:46:36 +0200 |
commit | 89c17c02cac7594c6bb85900d73b1dc70aa78306 (patch) | |
tree | b7b54b41ac6b533b08741738b8b1408c308fdc3c /src/testdir/test_listlbr.in | |
parent | 2288afed428d29ce2e464964df4c5a757281e70e (diff) | |
download | vim-89c17c02cac7594c6bb85900d73b1dc70aa78306.zip |
patch 7.4.818
Problem: 'linebreak' breaks c% if the last Visual selection was block.
(Chris Morganiser, Issue 389)
Solution: Handle Visual block mode differently. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_listlbr.in')
-rw-r--r-- | src/testdir/test_listlbr.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_listlbr.in b/src/testdir/test_listlbr.in index 164f12a80..e5372d4de 100644 --- a/src/testdir/test_listlbr.in +++ b/src/testdir/test_listlbr.in @@ -80,6 +80,13 @@ Go aaa aaa a2k2j~e. +:let g:test ="Test 10: using normal commands after block-visual" +:$put =g:test +:set linebreak +Go +abcd{ef +ghijklm +no}pqrs2k0f{c% :%w! test.out :qa! ENDTEST |