comparison src/version.c @ 15203:aa877e0b7f62 v8.1.0611

patch 8.1.0611: crash when using terminal with long composing characters commit https://github.com/vim/vim/commit/a79fd56923744e331b3a5badbf9186100818fb45 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 20 20:47:32 2018 +0100 patch 8.1.0611: crash when using terminal with long composing characters Problem: Crash when using terminal with long composing characters. Solution: Make space for all characters. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3619, closes #3703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Dec 2018 21:00:07 +0100
parents ce92157deb4e
children 54d2905bd5ab
comparison
equal deleted inserted replaced
15202:9321e405a8fa 15203:aa877e0b7f62
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 611,
802 /**/ 804 /**/
803 610, 805 610,
804 /**/ 806 /**/
805 609, 807 609,
806 /**/ 808 /**/