diff src/version.c @ 23596:9fa72351c18f v8.2.2340

patch 8.2.2340: win_execute() unexpectedly returns number zero when failing Commit: https://github.com/vim/vim/commit/37487e16da7877129edee8d11b9b7f5c8df312c6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 22:08:53 2021 +0100 patch 8.2.2340: win_execute() unexpectedly returns number zero when failing Problem: win_execute() unexpectedly returns number zero when failing. Solution: Return an empty string. (closes https://github.com/vim/vim/issues/7665)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 22:15:03 +0100
parents d3e064f54890
children a9433f834693
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2340,
+/**/
     2339,
 /**/
     2338,