comparison src/version.c @ 21626:ebceee9391cf v8.2.1363

patch 8.2.1363: test trying to run terminal when it is not supported Commit: https://github.com/vim/vim/commit/e46a2ed0d8471b93a8b9edd98280d5de4a02c623 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 4 21:04:57 2020 +0200 patch 8.2.1363: test trying to run terminal when it is not supported Problem: Test trying to run terminal when it is not supported. Solution: Check if Vim can be run in a terminal.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Aug 2020 21:15:03 +0200
parents 1d75baa22d9a
children e23f829c187d
comparison
equal deleted inserted replaced
21625:0ae62405d6fb 21626:ebceee9391cf
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 1363,
757 /**/ 759 /**/
758 1362, 760 1362,
759 /**/ 761 /**/
760 1361, 762 1361,
761 /**/ 763 /**/