0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-04-02 22:14:51 +02:00
parent fd773e9e88
commit cb0700844c
4 changed files with 308 additions and 296 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1697,
/**/
1696,
/**/