commit | 7f2dd1e90c1d4a30c791fae20014594641769a1e | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Sep 04 13:44:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 13:44:01 2021 +0200 |
tree | ecccfbc440f9cfc99eec039af8dcb1625e797c3e | |
parent | deba5eb195d6ac70171d4973091fa884809fa3fa [diff] [blame] |
patch 8.2.3400: ":z!" is not supported Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pellé, closes #8836) Use display height instead of current window height.
diff --git a/src/version.c b/src/version.c index a9219db..7482d3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3400, +/**/ 3399, /**/ 3398,