comparison src/version.c @ 22586:622294200ccd v8.2.1841

patch 8.2.1841: Vim9: test for compilation error fails in normal build Commit: https://github.com/vim/vim/commit/2b9b17ea5daaaa693d0891e9a999d711f0e0f743 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 13 18:38:11 2020 +0200 patch 8.2.1841: Vim9: test for compilation error fails in normal build Problem: Vim9: test for compilation error fails in normal build. Solution: Invoke CheckRunVimInTerminal in a separate function.
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Oct 2020 18:45:05 +0200
parents c271498e03b2
children 050cff1294ab
comparison
equal deleted inserted replaced
22585:8a4b736cbba2 22586:622294200ccd
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 1841,
753 /**/ 755 /**/
754 1840, 756 1840,
755 /**/ 757 /**/
756 1839, 758 1839,
757 /**/ 759 /**/