neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6f936c9d85a056919f53486c38fcf541466416cc
parent 3198038224209c41932a305e2a2dee708d4e3ec8
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue,  7 Nov 2023 10:39:27 +0800

fix(man): make :Man with a range work (#25922)


Diffstat:
Mruntime/plugin/man.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/runtime/plugin/man.lua b/runtime/plugin/man.lua @@ -16,6 +16,7 @@ vim.api.nvim_create_user_command('Man', function(params) end, { bang = true, bar = true, + range = true, addr = 'other', nargs = '*', complete = function(...)