comparison src/version.c @ 29153:5fb3e2a89d7a v8.2.5096

patch 8.2.5096: terminal test still fails with some shell commands Commit: https://github.com/vim/vim/commit/377d92a912d4d11a336322a6eeff128cf8ebb5fa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 21:22:12 2022 +0100 patch 8.2.5096: terminal test still fails with some shell commands Problem: Terminal test still fails with some shell commands. Solution: Add missing "call". (closes https://github.com/vim/vim/issues/10530)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 22:30:03 +0200
parents 6dfdbe81899e
children 4d72bdf70625
comparison
equal deleted inserted replaced
29152:d78b32c2ab40 29153:5fb3e2a89d7a
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5096,
737 /**/ 739 /**/
738 5095, 740 5095,
739 /**/ 741 /**/
740 5094, 742 5094,
741 /**/ 743 /**/