comparison 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
comparison
equal deleted inserted replaced
22072:1e7be9a17449 22073:28b302ccfe21
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1586,
757 /**/ 759 /**/
758 1585, 760 1585,
759 /**/ 761 /**/
760 1584, 762 1584,
761 /**/ 763 /**/