comparison src/version.c @ 18217:40344f717010 v8.1.2103

patch 8.1.2103: wrong error message if "termdebugger" is not executable Commit: https://github.com/vim/vim/commit/18223a592efa4399e3951c86deeb712a13b05ca5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 30 20:47:54 2019 +0200 patch 8.1.2103: wrong error message if "termdebugger" is not executable Problem: wrong error message if "termdebugger" is not executable. Solution: Check if "termdebugger" is executable and give a clear error message. (Ozaki Kiichi, closes #5000) Fix indents.
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Sep 2019 21:00:04 +0200
parents 86a865a89661
children 5d67f207f7c3
comparison
equal deleted inserted replaced
18216:e485ef959f1d 18217:40344f717010
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2103,
756 /**/ 758 /**/
757 2102, 759 2102,
758 /**/ 760 /**/
759 2101, 761 2101,
760 /**/ 762 /**/