summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-22 20:04:51 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-22 20:04:51 +0100
commitc81299684b2b9045e56525d3da3f45e8440fbf0d (patch)
tree198a55cd72839c2de1dd0a468d11e228ba8c83ee /src/testdir/test_alot.vim
parent6a8ede99dd76a7de92ce9f40df6198428a530dd0 (diff)
patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222
Problem: When a multi-byte character ends in a zero byte, putting blockwise text puts it before the character instead of after it. Solution: Use int instead of char for the character under the cursor. (Luchr, closes #1403) Add a test.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 9a7c35dcd5..2b163ae5ca 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -31,6 +31,7 @@ source test_mapping.vim
source test_messages.vim
source test_partial.vim
source test_popup.vim
+source test_put.vim
source test_reltime.vim
source test_searchpos.vim
source test_set.vim