diff src/version.c @ 25729:0f93e9423890 v8.2.3400

patch 8.2.3400: ":z!" is not supported Commit: https://github.com/vim/vim/commit/7f2dd1e90c1d4a30c791fae20014594641769a1e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Sep 4 13:44:01 2021 +0200 patch 8.2.3400: ":z!" is not supported Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/8836) Use display height instead of current window height.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Sep 2021 13:45:03 +0200
parents 71d3ebfb00b6
children f35efe44dacd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3400,
+/**/
     3399,
 /**/
     3398,