Skip to content

Commit

Permalink
Try to fully reproduce regression
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 22, 2024
1 parent 9a6e7d4 commit f85ae87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/api/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fn command_nargs_1() {
fn regression_1() {
let opts = CreateCommandOpts::builder()
.bang(true)
.desc("play audio using echo.nvim")
.nargs(CommandNArgs::ZeroOrOne)
.build();
api::create_user_command("Echo", "", &opts).unwrap();
Expand Down

0 comments on commit f85ae87

Please sign in to comment.