]> granicus.if.org Git - vim/commit
patch 8.2.3400: ":z!" is not supported v8.2.3400
authorDominique Pelle <dominique.pelle@gmail.com>
Sat, 4 Sep 2021 11:44:01 +0000 (13:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Sep 2021 11:44:01 +0000 (13:44 +0200)
commit7f2dd1e90c1d4a30c791fae20014594641769a1e
treeecccfbc440f9cfc99eec039af8dcb1625e797c3e
parentdeba5eb195d6ac70171d4973091fa884809fa3fa
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.
runtime/doc/various.txt
src/ex_cmds.c
src/ex_cmds.h
src/testdir/test_ex_z.vim
src/version.c