commit | cb0700844c1274fe8bc0ceaffaee0ad21c406f30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 22:14:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 22:14:51 2016 +0200 |
tree | 6c63d604cef9633aa802e9d013f6a01aad454cfa | |
parent | fd773e9e88add7d1ffef890fb9f3a00d613b4326 [diff] [blame] |
patch 7.4.1697 Problem: Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. Solution: After drawing an ambiguous width character always position the cursor.
diff --git a/src/version.c b/src/version.c index ab2cc39..cfca22e 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1697, +/**/ 1696, /**/ 1695,