commit | cd94277f72e29b740635da84bcd872c96e11bf67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 22 21:08:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 22 21:08:44 2020 +0200 |
tree | 95deaee0dd9513f3d028a6efb1cb6e32f14faf9d | |
parent | 5390099a9733f7952a612670693dd4ebf9e0e178 [diff] [blame] |
patch 8.2.1511: putting a string in Visual block mode ignores multi-byte Problem: Putting a string in Visual block mode ignores multi-byte characters. Solution: Adjust the column for Visual block mode. (closes #6767)
diff --git a/src/version.c b/src/version.c index 60726ab..6b4fc61 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1511, +/**/ 1510, /**/ 1509,