mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +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, {
|
end, {
|
||||||
bang = true,
|
bang = true,
|
||||||
bar = true,
|
bar = true,
|
||||||
|
range = true,
|
||||||
addr = 'other',
|
addr = 'other',
|
||||||
nargs = '*',
|
nargs = '*',
|
||||||
complete = function(...)
|
complete = function(...)
|
||||||
|
Reference in New Issue
Block a user