diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2103,
+/**/
     2102,
 /**/
     2101,