comparison src/version.c @ 22329:858d7ceb1135 v8.2.1713

patch 8.2.1713: Motif GUI: crash when setting menu colors Commit: https://github.com/vim/vim/commit/7795bfea6d30c85f2c05d986a0cfe4019df4d74d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 20 19:57:15 2020 +0200 patch 8.2.1713: Motif GUI: crash when setting menu colors Problem: Motif GUI: crash when setting menu colors. (Andrzej Bylicki) Solution: Add {} to make "n" incremented correctly. (closes https://github.com/vim/vim/issues/6989, closes #5948)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Sep 2020 20:01:05 +0200
parents fb69b43d73f3
children 0271c2b8bb35
comparison
equal deleted inserted replaced
22328:75ff30a78189 22329:858d7ceb1135
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1713,
753 /**/ 755 /**/
754 1712, 756 1712,
755 /**/ 757 /**/
756 1711, 758 1711,
757 /**/ 759 /**/