diff src/version.c @ 22421:2765ae0ce02e v8.2.1759

patch 8.2.1759: Vim9: Some tests are still using :let Commit: https://github.com/vim/vim/commit/37ce6d3a6ab7c7864de6788feb67377e8bbffa63 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 27 17:57:43 2020 +0200 patch 8.2.1759: Vim9: Some tests are still using :let Problem: Vim9: Some tests are still using :let. Solution: Change more declarations to use :var.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 18:00:04 +0200
parents 6a9e5c087c86
children 5b35b477eff0
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 */
 /**/
+    1759,
+/**/
     1758,
 /**/
     1757,