comparison src/version.c @ 21985:82343f008cbf v8.2.1542

patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI Commit: https://github.com/vim/vim/commit/a5639848cc85f1226abad0f3ecf46b7847ce3fef Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 29 22:59:17 2020 +0200 patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI Problem: Vim9: test with invalid SID does not work in the GUI. Solution: Skip the test in the GUI.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Aug 2020 23:00:04 +0200
parents 3fe594c72d8c
children c33cec63cf53
comparison
equal deleted inserted replaced
21984:23eca0b1283d 21985:82343f008cbf
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1542,
757 /**/ 759 /**/
758 1541, 760 1541,
759 /**/ 761 /**/
760 1540, 762 1540,
761 /**/ 763 /**/