mirror of
https://github.com/neovim/neovim.git
synced 2026-07-09 10:59:38 +00:00
Merge pull request #25923 from neovim/backport-25922-to-release-0.9
[Backport release-0.9] fix(man): make :Man with a range work
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