diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1697,
+/**/
     1696,
 /**/
     1695,