Skip to content

Commit f85ae87

Browse files
committed
Try to fully reproduce regression
1 parent 9a6e7d4 commit f85ae87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/api/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fn command_nargs_1() {
2222
fn regression_1() {
2323
let opts = CreateCommandOpts::builder()
2424
.bang(true)
25+
.desc("play audio using echo.nvim")
2526
.nargs(CommandNArgs::ZeroOrOne)
2627
.build();
2728
api::create_user_command("Echo", "", &opts).unwrap();

0 commit comments

Comments
 (0)