comparison src/version.c @ 17807:b38fa4d37b7c v8.1.1900

patch 8.1.1900: sign test fails in the GUI Commit: https://github.com/vim/vim/commit/d933c82ff4e2c910bd533ed9a50377699c3f5ec9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 13:45:16 2019 +0200 patch 8.1.1900: sign test fails in the GUI Problem: Sign test fails in the GUI. Solution: Catch and ignore the exception.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 14:00:04 +0200
parents 313f498c646e
children 59f8948b7590
comparison
equal deleted inserted replaced
17806:4f0f9cfc8100 17807:b38fa4d37b7c
763 NULL 763 NULL
764 }; 764 };
765 765
766 static int included_patches[] = 766 static int included_patches[] =
767 { /* Add new patch number below this line */ 767 { /* Add new patch number below this line */
768 /**/
769 1900,
768 /**/ 770 /**/
769 1899, 771 1899,
770 /**/ 772 /**/
771 1898, 773 1898,
772 /**/ 774 /**/