comparison src/version.c @ 28798:2dcc6c9eb6e6 v8.2.4923

patch 8.2.4923: test checks for terminal feature unnecessarily Commit: https://github.com/vim/vim/commit/194843028ed486366b89e8f7d3bdd611a11ce7b4 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 9 11:03:19 2022 +0100 patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes https://github.com/vim/vim/issues/10383)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 12:15:03 +0200
parents 7c1a884495e5
children fea88e555652
comparison
equal deleted inserted replaced
28797:255df85d2acd 28798:2dcc6c9eb6e6
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4923,
749 /**/ 751 /**/
750 4922, 752 4922,
751 /**/ 753 /**/
752 4921, 754 4921,
753 /**/ 755 /**/