mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
fix(man): make :Man with a range work (#25922)
This commit is contained in:
@ -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(...)
|
||||
|
Reference in New Issue
Block a user