mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
vim-patch:8.2.3400: ":z!" is not supported
Problem: ":z!" is not supported.
Solution: Make ":z!" work and add tests. (Dominique Pellé, closes vim/vim#8836)
Use display height instead of current window height.
7f2dd1e90c
This commit is contained in:
@@ -3271,7 +3271,7 @@ module.cmds = {
|
||||
},
|
||||
{
|
||||
command='z',
|
||||
flags=bit.bor(RANGE, WHOLEFOLD, EXTRA, FLAGS, TRLBAR, CMDWIN),
|
||||
flags=bit.bor(RANGE, WHOLEFOLD, BANG, EXTRA, FLAGS, TRLBAR, CMDWIN),
|
||||
addr_type='ADDR_LINES',
|
||||
func='ex_z',
|
||||
},
|
||||
|
Reference in New Issue
Block a user