Skip to content

Commit 446b6ea

Browse files
committed
fix: :Cppman accepts no arguments
1 parent ad47b78 commit 446b6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/cppman.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ vim.api.nvim_create_user_command("Cppman", function(args)
44
else
55
require("cppman").open(args.args)
66
end
7-
end, {})
7+
end, { nargs = "*" })

0 commit comments

Comments
 (0)