]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0222: blockwise put on multi-byte character misplaced v8.0.0222
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 19:04:51 +0000 (20:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 19:04:51 +0000 (20:04 +0100)
commitc81299684b2b9045e56525d3da3f45e8440fbf0d
tree198a55cd72839c2de1dd0a468d11e228ba8c83ee
parent6a8ede99dd76a7de92ce9f40df6198428a530dd0
patch 8.0.0222: blockwise put on multi-byte character misplaced

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.
src/Makefile
src/ops.c
src/testdir/test_alot.vim
src/testdir/test_put.vim [new file with mode: 0644]
src/version.c