diff src/version.c @ 21309:31a3f4d408b9 v8.2.1205

patch 8.2.1205: Vim9: && and || work different when not compiled Commit: https://github.com/vim/vim/commit/8c34ea54ad1ba3ea9a604ba0495669bdd1393d9a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 22:29:02 2020 +0200 patch 8.2.1205: Vim9: && and || work different when not compiled Problem: Vim9: && and || work different when not compiled. Solution: Keep the value.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 22:30:06 +0200
parents b991565745fb
children e16619de8771
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1205,
+/**/
     1204,
 /**/
     1203,