diff src/version.c @ 20338:ff4ae3f09307

patch 8.2.0724: Vim9: appending to buffer/window/tab variable not tested Commit: https://github.com/vim/vim/commit/396f3138ca83ce844679143861f544070683d479 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 9 18:44:56 2020 +0200 patch 8.2.0724: Vim9: appending to buffer/window/tab variable not tested Problem: Vim9: appending to buffer/window/tab variable not tested Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 May 2020 18:45:04 +0200
parents 2fd980fb9ab3
children 7587d892c00c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    724,
+/**/
     723,
 /**/
     722,