mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
fix(man): make :Man with a range work (#25922)
This commit is contained in:
parent
3198038224
commit
6f936c9d85
@ -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(...)
|
||||
|
Loading…
Reference in New Issue
Block a user