File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -426,12 +426,15 @@ functionality from other plugins.
426
426
Running test(s)
427
427
---------------
428
428
429
- :RustTest[!] [options] *:RustTest*
429
+ :[N] RustTest[!] [options] *:RustTest*
430
430
Runs a test under the cursor when the current buffer is in a
431
431
cargo project with "cargo test" command. If the command did
432
432
not find any test function under the cursor, it stops with an
433
433
error message.
434
434
435
+ When N is given, adjust the size of the new window to N lines
436
+ or columns.
437
+
435
438
When ! is given, runs all tests regardless of current cursor
436
439
position.
437
440
@@ -444,7 +447,11 @@ Running test(s)
444
447
is no way to run specific test function with rustc. [options]
445
448
is passed to "rustc" command arguments in the case.
446
449
447
-
450
+ Takes optional modifiers (see | <mods> | ): >
451
+ :tab RustTest
452
+ :belowright 16RustTest
453
+ :leftabove vert 80RustTest
454
+ <
448
455
rust.vim Debugging
449
456
------------------
450
457
You can’t perform that action at this time.
0 commit comments