diff src/version.c @ 22073:28b302ccfe21 v8.2.1586

patch 8.2.1586: :resize command not fully tested Commit: https://github.com/vim/vim/commit/fe6dce873954a216eedb686bd5006710ffff4b89 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 14:41:21 2020 +0200 patch 8.2.1586: :resize command not fully tested Problem: :resize command not fully tested. Solution: Add a couple of tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6857)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 14:45:05 +0200
parents aa91480771fe
children eb878f85967e
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 */
 /**/
+    1586,
+/**/
     1585,
 /**/
     1584,