comparison src/version.c @ 8819:a1132255e3e1 v7.4.1697

commit https://github.com/vim/vim/commit/cb0700844c1274fe8bc0ceaffaee0ad21c406f30 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 22:14:51 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 22:15:05 +0200
parents b7eb7bbd71d0
children 0bab7b98e930
comparison
equal deleted inserted replaced
8818:f32102355dba 8819:a1132255e3e1
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1697,
751 /**/ 753 /**/
752 1696, 754 1696,
753 /**/ 755 /**/
754 1695, 756 1695,
755 /**/ 757 /**/