next-prompt can have 1 argument.

pull/3740/head
nicm 2023-11-02 10:38:14 +00:00
parent fdf465925e
commit 5aadee6df4
1 changed files with 1 additions and 1 deletions

View File

@ -2719,7 +2719,7 @@ static const struct {
},
{ .command = "next-prompt",
.minargs = 0,
.maxargs = 0,
.maxargs = 1,
.clear = WINDOW_COPY_CMD_CLEAR_ALWAYS,
.f = window_copy_cmd_next_prompt
},