| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-09 | 63.8 kB | |
| v3.0.0 source code.tar.gz | 2026-04-09 | 922.5 kB | |
| v3.0.0 source code.zip | 2026-04-09 | 1.3 MB | |
| Totals: 3 Items | 2.3 MB | 0 | |
What's Changed
- Add support for JavaScript's Intern framework (#2) by @aaalsaleh in https://github.com/vim-test/vim-test/pull/108
- Run Go nearest tests from their directories by @gylaz in https://github.com/vim-test/vim-test/pull/113
- Improve Mocha's TestNearest regex polyfill by @aaalsaleh in https://github.com/vim-test/vim-test/pull/112
- Add support for Intern's QUnit interface and improve nearest test regex by @aaalsaleh in https://github.com/vim-test/vim-test/pull/111
- CD into CWD before executing a runner in external terminals by @aaalsaleh in https://github.com/vim-test/vim-test/pull/109
- Update tslime link in README by @jgeiger in https://github.com/vim-test/vim-test/pull/120
- Add support for JavaScript TAP-based testing frameworks by @aaalsaleh in https://github.com/vim-test/vim-test/pull/119
- Add basic karma runner by @Kjir in https://github.com/vim-test/vim-test/pull/124
- Add runner for M, a Test::Unit runner that runs tests by line number by @ruuts in https://github.com/vim-test/vim-test/pull/126
- Improve karma detection and add customizable karma.conf.js by @Kjir in https://github.com/vim-test/vim-test/pull/128
- async tests support for python by @purpleP in https://github.com/vim-test/vim-test/pull/134
- Install instructions are for vim-plug by @Insti in https://github.com/vim-test/vim-test/pull/132
- Updated Karma Runner by @trisys3 in https://github.com/vim-test/vim-test/pull/131
- Fix incorrect log level for karma by @wilcus in https://github.com/vim-test/vim-test/pull/140
- Add VimProc as a new strategy by @bimlas in https://github.com/vim-test/vim-test/pull/143
- Fix 'basic' startegy on Windows by @bimlas in https://github.com/vim-test/vim-test/pull/142
- Adds support for rails 5 test runner by @chrisortman in https://github.com/vim-test/vim-test/pull/141
- test_nearest is executing exactly one test by @purpleP in https://github.com/vim-test/vim-test/pull/152
- Add asyncrun strategy by @manlycode in https://github.com/vim-test/vim-test/pull/159
- nearest strategy now executes only one test and test classes work also by @purpleP in https://github.com/vim-test/vim-test/pull/161
- Change rails version detection method by @5t111111 in https://github.com/vim-test/vim-test/pull/160
- If there is a nwb config present then run
nwb testby @codeinabox in https://github.com/vim-test/vim-test/pull/165 - Improve documentation about asyncrun strategy by @okuramasafumi in https://github.com/vim-test/vim-test/pull/167
- Look for behat executable in ./vendor/bin/behat by @adrian-martinez-dev in https://github.com/vim-test/vim-test/pull/171
- Add support for crystal by @will in https://github.com/vim-test/vim-test/pull/173
- Add support for Jest by @smarquez1 in https://github.com/vim-test/vim-test/pull/175
- Add dotnet test runner by @markwoodhall in https://github.com/vim-test/vim-test/pull/179
- Adds support for PHP test frameworks Kahlan and Peridot by @codeinabox in https://github.com/vim-test/vim-test/pull/178
- Add neomake strategy by @markwoodhall in https://github.com/vim-test/vim-test/pull/181
- Update jest.vim by @spheric in https://github.com/vim-test/vim-test/pull/182
- Support for python's built-in unittest by @dryobates in https://github.com/vim-test/vim-test/pull/176
- Add nose2 support by @furgerf in https://github.com/vim-test/vim-test/pull/139
- Add lab support by @sloria in https://github.com/vim-test/vim-test/pull/184
- add support for the Ginkgo framework of Go by @blurrcat in https://github.com/vim-test/vim-test/pull/186
- Erlang CommonTest support by @evilbluebeaver in https://github.com/vim-test/vim-test/pull/174
- Use regex similar to jest official doc by @sharils in https://github.com/vim-test/vim-test/pull/190
- Add Racket's rackunit to vim-test by @joereynolds in https://github.com/vim-test/vim-test/pull/191
- Add spec for Maven test runner by @codeinabox in https://github.com/vim-test/vim-test/pull/195
- FIX better support for options in maventest by @mvalkon in https://github.com/vim-test/vim-test/pull/193
- Detect the JavaScript runner based on the package.json by @codeinabox in https://github.com/vim-test/vim-test/pull/188
- Update docs to include information about the strategies that use quickfix by @codeinabox in https://github.com/vim-test/vim-test/pull/199
- Fix readme formatting. by @NJichev in https://github.com/vim-test/vim-test/pull/201
- Let test be in front or at the end. by @lyz-code in https://github.com/vim-test/vim-test/pull/202
- Add support for swift test by @gfontenot in https://github.com/vim-test/vim-test/pull/205
- Add initial support for Elm and elm-test by @bobwhitelock in https://github.com/vim-test/vim-test/pull/204
- Option to turn Ruby binstubs off if they exist by @wjlroe in https://github.com/vim-test/vim-test/pull/207
- Make maventest match all surefire filename patterns (janko-m/vim-test#206) by @srstsavage in https://github.com/vim-test/vim-test/pull/208
- add es6 backticks support by @nilsboy in https://github.com/vim-test/vim-test/pull/210
- Improve mocha suite test running by @rumblesan in https://github.com/vim-test/vim-test/pull/211
- Use mocha-webpack instead of mocha if it's installed by @rumblesan in https://github.com/vim-test/vim-test/pull/212
- Fix detetion for Mocha and Jest by @codeinabox in https://github.com/vim-test/vim-test/pull/214
- Change PhpSpec test file detection to use readfile by @codeinabox in https://github.com/vim-test/vim-test/pull/216
- Added Laravel Dusk runner by @dstrunk in https://github.com/vim-test/vim-test/pull/217
- Fix tabpage ordering for neovim 'basic' strategy by @nelstrom in https://github.com/vim-test/vim-test/pull/223
- Add Dispatch! background variation by @duleorlovic in https://github.com/vim-test/vim-test/pull/224
- Add regex to force only a single test to run by @FatBoyXPC in https://github.com/vim-test/vim-test/pull/227
- Add documentation on test#project_root to Vim help by @codeinabox in https://github.com/vim-test/vim-test/pull/234
- minor: fix issues reported by vim-vint by @blueyed in https://github.com/vim-test/vim-test/pull/238
- Check Python test class namespace is prefixed with Test by @codeinabox in https://github.com/vim-test/vim-test/pull/235
- Handle unittest.TestCase in Python patterns by @janko in https://github.com/vim-test/vim-test/pull/239
- Webdriver.io support by @codeinabox in https://github.com/vim-test/vim-test/pull/236
- Update all file patterns to be POSIX standard by @codeinabox in https://github.com/vim-test/vim-test/pull/248
- Document Projectionist integration by @codeinabox in https://github.com/vim-test/vim-test/pull/247
- [RFC] dotnet-xunit support by @aignas in https://github.com/vim-test/vim-test/pull/249
- Do Proper Checking for Tape by @jalcine in https://github.com/vim-test/vim-test/pull/255
- Simplify the Python namespace regular expression by @codeinabox in https://github.com/vim-test/vim-test/pull/245
- Javascript Ava runner support by @codeinabox in https://github.com/vim-test/vim-test/pull/258
- [Option 3] Remove Change Directory in Strategy by @taufek in https://github.com/vim-test/vim-test/pull/259
- Fixed phpunit filter by @przepompownia in https://github.com/vim-test/vim-test/pull/261
- Fix phpunit filter for tests with and without data provider by @przepompownia in https://github.com/vim-test/vim-test/pull/265
- Support running the nearest test for the PhpSpec by @voronkovich in https://github.com/vim-test/vim-test/pull/268
- Move test strategies to the file with a proper name by @voronkovich in https://github.com/vim-test/vim-test/pull/267
- Add support for vim-themis by @alexgenco in https://github.com/vim-test/vim-test/pull/269
- Put Themis before VSpec in runner ordering by @alexgenco in https://github.com/vim-test/vim-test/pull/270
- Improve argument order for jest named testing by @ajcrites in https://github.com/vim-test/vim-test/pull/280
- Add TypeScript support to Karma test file pattern by @arusahni in https://github.com/vim-test/vim-test/pull/281
- fix(dotnet): add logic for backward slash on windows by @jmzagorski in https://github.com/vim-test/vim-test/pull/277
- Fix neoterm integration by @kassio in https://github.com/vim-test/vim-test/pull/283
- Add Vim8 terminal strategy by @venables in https://github.com/vim-test/vim-test/pull/284
- Add an option to disable alternate file integration by @jeromedalbert in https://github.com/vim-test/vim-test/pull/288
- cucumberjs: initial implementation by @mpareja in https://github.com/vim-test/vim-test/pull/286
- Add :make! strategy by @BlakeWilliams in https://github.com/vim-test/vim-test/pull/293
- jest: no coverage checks when running subset of test for a file by @mpareja in https://github.com/vim-test/vim-test/pull/291
- Add spring bin detection to rspec runner by @juanibiapina in https://github.com/vim-test/vim-test/pull/299
- Add option to select which runners to use by @juanibiapina in https://github.com/vim-test/vim-test/pull/301
- Small improvements to swiftpm testing by @gfontenot in https://github.com/vim-test/vim-test/pull/307
- fix(csharp): add missing flag arg in substitute cmd by @jmzagorski in https://github.com/vim-test/vim-test/pull/310
- Pull request template by @codeinabox in https://github.com/vim-test/vim-test/pull/313
- Add minimal scala support by @axrt in https://github.com/vim-test/vim-test/pull/312
- jest: make consistent by disabling coverage everywhere by @mpareja in https://github.com/vim-test/vim-test/pull/317
- Add the ability to configuring the Neovim terminal position by @npupko in https://github.com/vim-test/vim-test/pull/319
- Removed -- cli arg when using yarn as custom jest command by @tapayne88 in https://github.com/vim-test/vim-test/pull/326
- fix pyunit problem in windows by @xiguichen in https://github.com/vim-test/vim-test/pull/328
- Also fix django runner for windows by @hulucc in https://github.com/vim-test/vim-test/pull/330
- Add support for Gradle by @Scuilion in https://github.com/vim-test/vim-test/pull/334
- Add support for ReactScripts by @papeldeorigami in https://github.com/vim-test/vim-test/pull/335
- Add support to Rich-Go by @sinetoami in https://github.com/vim-test/vim-test/pull/337
- vimterminal: use command for buffer name by @jonleighton in https://github.com/vim-test/vim-test/pull/343
- Add the ability to configure Vim's terminal position by @sstutz in https://github.com/vim-test/vim-test/pull/339
- Docs fix by @sstutz in https://github.com/vim-test/vim-test/pull/344
- vimterminal: switch back to previous window upon exiting the test runner buffer by @jonleighton in https://github.com/vim-test/vim-test/pull/341
- vimterminal: quit on <Enter> by @jonleighton in https://github.com/vim-test/vim-test/pull/342
- TestNearest handles "Scenario Outline" for Behat by @camilledejoye in https://github.com/vim-test/vim-test/pull/346
- Remove superfluous help markup by @sodapopcan in https://github.com/vim-test/vim-test/pull/350
- Fix markup in help file by @sodapopcan in https://github.com/vim-test/vim-test/pull/351
- Add support for 'vimterminal' strategy on windows by @Lazzer64 in https://github.com/vim-test/vim-test/pull/353
- Add spring bin detection to rails runner by @Slike9 in https://github.com/vim-test/vim-test/pull/355
- maventest fix by @axrt in https://github.com/vim-test/vim-test/pull/356
- Fix phpunit nearest by @camilledejoye in https://github.com/vim-test/vim-test/pull/349
- [Bugfix - [#361]] Handles "/* @test /" on one line by @camilledejoye in https://github.com/vim-test/vim-test/pull/362
- more specific maven support by @willjp in https://github.com/vim-test/vim-test/pull/364
- Change all references of
janko-mtojankoby @jsatk in https://github.com/vim-test/vim-test/pull/365 - Fix ginkgo When and TestFile by @luan in https://github.com/vim-test/vim-test/pull/367
- Conditionally prefix pytest command with pipenv by @pgr0ss in https://github.com/vim-test/vim-test/pull/368
- allow a global cli option to be set by @dbatten5 in https://github.com/vim-test/vim-test/pull/376
- Feature/kitty strategy by @metalelf0 in https://github.com/vim-test/vim-test/pull/378
- Fix typo in docs/test.txt by @sethwoodworth in https://github.com/vim-test/vim-test/pull/379
- Extends pytest to support nested test classes by @willjp in https://github.com/vim-test/vim-test/pull/369
- Add support for the Delve test runner for Go by @leighmcculloch in https://github.com/vim-test/vim-test/pull/385
- add poetry support to pytest by @fishman in https://github.com/vim-test/vim-test/pull/384
- Fix options being appended in delve runner by @leighmcculloch in https://github.com/vim-test/vim-test/pull/386
- Add Erlang EUnit support by @dalizard in https://github.com/vim-test/vim-test/pull/387
- Add scala
bloop testsupport by @rickyson96 in https://github.com/vim-test/vim-test/pull/388 - Recognize
Taskas well asvoidreturn type by @datamadsen in https://github.com/vim-test/vim-test/pull/391 - Support
specfiles as well with sbt by @yannick-cw in https://github.com/vim-test/vim-test/pull/394 - Add haskell / stack support by @yannick-cw in https://github.com/vim-test/vim-test/pull/395
- Fix link in readme by @yannick-cw in https://github.com/vim-test/vim-test/pull/396
- Add support for more scalatest styles by @yannick-cw in https://github.com/vim-test/vim-test/pull/397
- Improve haskell regext to stop matching on " by @yannick-cw in https://github.com/vim-test/vim-test/pull/398
- Add shtuff as an available strategy by @FatBoyXPC in https://github.com/vim-test/vim-test/pull/401
- Codeception and Dusk regex by @FatBoyXPC in https://github.com/vim-test/vim-test/pull/400
- TestFile: -complete=file by @blueyed in https://github.com/vim-test/vim-test/pull/405
- Add cypress javascript runner by @megalithic in https://github.com/vim-test/vim-test/pull/409
- Add Slimux strategy by @javierv in https://github.com/vim-test/vim-test/pull/413
- Add runner for dhruvasagar/vim-testify by @dhruvasagar in https://github.com/vim-test/vim-test/pull/415
- Add support for python mamba test runner by @jessevanherk in https://github.com/vim-test/vim-test/pull/414
- Add support for TestifyNearest by @dhruvasagar in https://github.com/vim-test/vim-test/pull/416
- Support more class modifier keywords by @klaaspieter in https://github.com/vim-test/vim-test/pull/420
- Resolve [#389] by @ShahinSorkh in https://github.com/vim-test/vim-test/pull/422
- Fix Ruby Minitest command by @nomasprime in https://github.com/vim-test/vim-test/pull/425
- Update readme to demonstrate vertical split pane by @jpribyl in https://github.com/vim-test/vim-test/pull/431
- Fix kitty runner script by @Dkendal in https://github.com/vim-test/vim-test/pull/432
- Add runner for vim vroom tests (fixes [#433]) by @dbarnett in https://github.com/vim-test/vim-test/pull/435
- Add support for TestNearest for shell#bats by @dbernheisel in https://github.com/vim-test/vim-test/pull/438
- Fix TestNearest alternative with exunit by @LnL7 in https://github.com/vim-test/vim-test/pull/440
- Add recursive search for python module by @hexcowboy in https://github.com/vim-test/vim-test/pull/444
- Add AsyncRun background variation by @webdavis in https://github.com/vim-test/vim-test/pull/439
- Fix readme for asyncrun_background by @webdavis in https://github.com/vim-test/vim-test/pull/446
- Fix asyncrun_background global variable path by @webdavis in https://github.com/vim-test/vim-test/pull/447
- Support test filename prefix test_* for minitest by @uzxmx in https://github.com/vim-test/vim-test/pull/450
- Mocha flexible file pattern by @codeinabox in https://github.com/vim-test/vim-test/pull/451
- Remove unused variables by @igbanam in https://github.com/vim-test/vim-test/pull/454
- Update README to document correct pyunit runner (#453) by @hexcowboy in https://github.com/vim-test/vim-test/pull/455
- Add tmuxify strategy by @phongnh in https://github.com/vim-test/vim-test/pull/457
- Tweak tmuxify strategy a bit by @phongnh in https://github.com/vim-test/vim-test/pull/458
- fix cargotests run from /tests by @meain in https://github.com/vim-test/vim-test/pull/461
- Check for and use react-app-rewired in ReactScripts runner by @codeinabox in https://github.com/vim-test/vim-test/pull/464
- Add support for Pest - An elegant PHP Testing Framework by @michaeldyrynda in https://github.com/vim-test/vim-test/pull/465
- Add support for Angular's ng test by @codeinabox in https://github.com/vim-test/vim-test/pull/466
- fix: link to pest website by @nunomaduro in https://github.com/vim-test/vim-test/pull/467
- Use
php artisan testif a Laravel project by @codeinabox in https://github.com/vim-test/vim-test/pull/468 - Fix coloring flag not working on GUI with granular strategies by @janko in https://github.com/vim-test/vim-test/pull/452
- Update test#javascript#has_package to use json_decode if present by @codeinabox in https://github.com/vim-test/vim-test/pull/475
- Use paratest as the phpunit executable if present by @codeinabox in https://github.com/vim-test/vim-test/pull/471
- Alternate executable tests by @codeinabox in https://github.com/vim-test/vim-test/pull/476
- Remove dead code in EUnit runner by @dmitrivereshchagin in https://github.com/vim-test/vim-test/pull/479
- Bugfix for ParaTest nearest by @codeinabox in https://github.com/vim-test/vim-test/pull/480
- Update README to replace
janko/references withvim-test/by @Nitrodist in https://github.com/vim-test/vim-test/pull/481 - Fix readme for kitty strategy by @woahdae in https://github.com/vim-test/vim-test/pull/484
- Add docs for using kitty via kitty.conf by @woahdae in https://github.com/vim-test/vim-test/pull/485
- Support for deno test by @codeinabox in https://github.com/vim-test/vim-test/pull/486
- Fix exec when script path needs escaping (#482) by @woahdae in https://github.com/vim-test/vim-test/pull/483
- Remove logic for using artisan test in PHPUnit runner by @codeinabox in https://github.com/vim-test/vim-test/pull/488
- doc: Update help file to replace old url references with new url by @yaegassy in https://github.com/vim-test/vim-test/pull/491
- Update TAP file pattern to handle files ending in .spec.js or .test.js by @codeinabox in https://github.com/vim-test/vim-test/pull/493
- Make a note about working with a monorepo by @codeinabox in https://github.com/vim-test/vim-test/pull/492
- Fix rvm errors in Travis CI pipeline by @codeinabox in https://github.com/vim-test/vim-test/pull/499
- Implement test nearest for TAP runner by @codeinabox in https://github.com/vim-test/vim-test/pull/495
- Add TestBench runner by @tomdalling in https://github.com/vim-test/vim-test/pull/500
- Only set --functional for nearest if the executable after overrides is paratest by @codeinabox in https://github.com/vim-test/vim-test/pull/502
- Gradle multi module support by @Tacsiazuma in https://github.com/vim-test/vim-test/pull/496
- Added support for maven multimodules on junit3 and junit5 by @Tacsiazuma in https://github.com/vim-test/vim-test/pull/494
- Add floaterm strategy by @voldikss in https://github.com/vim-test/vim-test/pull/507
- Fixs dotnet test nearest by @waynebowie99 in https://github.com/vim-test/vim-test/pull/504
- Add Dart/FlutterTest by @roberto in https://github.com/vim-test/vim-test/pull/511
- Add notes on PHPUnit alternate runners by @codeinabox in https://github.com/vim-test/vim-test/pull/513
- Javascript runner can be specified when package.json has multiple runners by @vfbiby in https://github.com/vim-test/vim-test/pull/514
- Python behave by @sflomenb in https://github.com/vim-test/vim-test/pull/518
- cargotest: Add support for async tokio tests by @dbrgn in https://github.com/vim-test/vim-test/pull/520
- cargotest: Add support for rstest by @sharksforarms in https://github.com/vim-test/vim-test/pull/526
- Initial approach for integration tests in maven. by @Tacsiazuma in https://github.com/vim-test/vim-test/pull/510
- Conditionally prefix pyunit command with pipenv by @yyang-even in https://github.com/vim-test/vim-test/pull/529
- Fix missing endif by @itchyny in https://github.com/vim-test/vim-test/pull/532
- Adds Kotlin support via Gradle by @connorlay in https://github.com/vim-test/vim-test/pull/530
- Update Rails detection to look for application.rb by @BlakeWilliams in https://github.com/vim-test/vim-test/pull/534
- [cargo] Support file and nearest tests in workspace crates by @Jesse-Bakker in https://github.com/vim-test/vim-test/pull/536
- Fix cargo test invocation for main.rs by @alexgenco in https://github.com/vim-test/vim-test/pull/537
- Avoid uncaught exception in test#base#build_args() by @dmitrivereshchagin in https://github.com/vim-test/vim-test/pull/545
- Minitest: don't pick up RSpec files by mistake by @fallwith in https://github.com/vim-test/vim-test/pull/546
- Add support for Laravel Sail by @michaeldyrynda in https://github.com/vim-test/vim-test/pull/547
- TestNearest support in "denotest" by @yaegassy in https://github.com/vim-test/vim-test/pull/548
- Run Dart tests with
pub run testby @brianegan in https://github.com/vim-test/vim-test/pull/552 - Update floaterm strategy by @voldikss in https://github.com/vim-test/vim-test/pull/553
- Add g:test#echo_command configuration by @alexgenco in https://github.com/vim-test/vim-test/pull/555
- Use
dart testinstead ofpub run testby @brianegan in https://github.com/vim-test/vim-test/pull/556 - Gradle kotlin dsl support by @mrcjkb in https://github.com/vim-test/vim-test/pull/557
- fix(base): detect nested namespace by @rcarriga in https://github.com/vim-test/vim-test/pull/561
- Detect Rails tests in Rails engine gems by @airblade in https://github.com/vim-test/vim-test/pull/564
- Replace rails check with railties check by @BlakeWilliams in https://github.com/vim-test/vim-test/pull/568
- Fixes issue [#570] for running jasmine on windows by @ghorsey in https://github.com/vim-test/vim-test/pull/571
- Made maven java dir optional by @elevin72 in https://github.com/vim-test/vim-test/pull/565
- Update the vimux strategy by @RobertAudi in https://github.com/vim-test/vim-test/pull/574
- Add harpoon integration by @joacohoyos in https://github.com/vim-test/vim-test/pull/579
- Use vue-cli-service to run tests by @typedin in https://github.com/vim-test/vim-test/pull/582
- Allow starting neovim term in normal mode by @DanielPower in https://github.com/vim-test/vim-test/pull/578
- fix README typo by @danielhvs in https://github.com/vim-test/vim-test/pull/587
- Fix build issues with vim-flavor by @codeinabox in https://github.com/vim-test/vim-test/pull/589
- Add support for mint test by @esensar in https://github.com/vim-test/vim-test/pull/588
- Return to the same directory on failed run by @Lilja in https://github.com/vim-test/vim-test/pull/591
- Groovy/Spock support in projects by @Frederick888 in https://github.com/vim-test/vim-test/pull/580
- Add ShellSpec support by @jc00ke in https://github.com/vim-test/vim-test/pull/592
- Add TestNearest support for Lua's Busted test runner by @mblayman in https://github.com/vim-test/vim-test/pull/598
- Enable backtick surrounded test names in Kotlin by @marcelja in https://github.com/vim-test/vim-test/pull/601
- Enable context namespace for ruby by @marocchino in https://github.com/vim-test/vim-test/pull/605
- Add support for cucumber-js 7+ by @jreiter in https://github.com/vim-test/vim-test/pull/596
- Pick long name Flutter test with TestNearest command by @sidlatau in https://github.com/vim-test/vim-test/pull/603
- Make the mappings' instructions in the README parallel the doc/test.t… by @fdelacruz in https://github.com/vim-test/vim-test/pull/541
- fix test function pattern for Go by @lunarxlark in https://github.com/vim-test/vim-test/pull/609
- add runner for nx by @halafi in https://github.com/vim-test/vim-test/pull/607
- Use python -m pytest instead of pytest by @kkpattern in https://github.com/vim-test/vim-test/pull/608
- Add variable for behat bootstrap directory by @adalessa in https://github.com/vim-test/vim-test/pull/610
- Add .ts and .tsx support to mocha by @BlakeWilliams in https://github.com/vim-test/vim-test/pull/612
- Allow configuring stack test command by @drewolson in https://github.com/vim-test/vim-test/pull/615
- Feature/add syntax for rspec expected in https://github.com/vim-test/vim-test/pull/622
- Allow delve to work with Gingo by @bmalinconico in https://github.com/vim-test/vim-test/pull/630
- fix: dotnettest search by @Anakael in https://github.com/vim-test/vim-test/pull/626
- fix [#618] in https://github.com/vim-test/vim-test/pull/628
- Update to Ginkgo v2 by @carlosonunez in https://github.com/vim-test/vim-test/pull/631
- Add typescript mocha by @Galbar in https://github.com/vim-test/vim-test/pull/634
- fix(rust): support actix rt tests by @rcarriga in https://github.com/vim-test/vim-test/pull/635
- Fix the build issues by @codeinabox in https://github.com/vim-test/vim-test/pull/639
- Support Go +build tags by @Frederick888 in https://github.com/vim-test/vim-test/pull/641
- Add support for Pest GWT plugin by @jradtilbrook in https://github.com/vim-test/vim-test/pull/644
- Blooptest: remove trailing newline from project name by @mkonig in https://github.com/vim-test/vim-test/pull/647
- Distinguish test cases that don't start with "it" and have the same text by @mkonig in https://github.com/vim-test/vim-test/pull/648
- Add support for codeception .dist.yml by @DanielSiepmann in https://github.com/vim-test/vim-test/pull/654
- Add PropEr runner for Erlang by @dmitrivereshchagin in https://github.com/vim-test/vim-test/pull/655
- fix(flutter): allow to have double quotes in test name by @sidlatau in https://github.com/vim-test/vim-test/pull/651
- Support go subtests by @muchzill4 in https://github.com/vim-test/vim-test/pull/656
- Playwright (https://playwright.dev/) support. by @daliusd in https://github.com/vim-test/vim-test/pull/657
- add Catch2 C++ extension by @bbli in https://github.com/vim-test/vim-test/pull/640
- Go subtests escape more characters by @muchzill4 in https://github.com/vim-test/vim-test/pull/659
- Stacktest improvements by @mrcjkb in https://github.com/vim-test/vim-test/pull/658
- (fix) Nested tests fail in Java JUnit [#627] by @GiuseppeMP in https://github.com/vim-test/vim-test/pull/662
- Added support for changing binaries directory by @Psyhich in https://github.com/vim-test/vim-test/pull/663
- Add option for harpoon strategy to not go to the terminal by @matt-gardner in https://github.com/vim-test/vim-test/pull/664
- Allow for custom alternate file function by @gmartsenkov in https://github.com/vim-test/vim-test/pull/665
- Fix typo in variable name by @camgraff in https://github.com/vim-test/vim-test/pull/675
- Support executing maven wrapper on Java tests by @yongjoon-km in https://github.com/vim-test/vim-test/pull/666
- Fix normal mode start for basic strategy by @ikhurramraza in https://github.com/vim-test/vim-test/pull/668
- Support groovy tests under the java package by default by @yongjoon-km in https://github.com/vim-test/vim-test/pull/667
- Support jest inline loop test by @yongjoon-km in https://github.com/vim-test/vim-test/pull/676
- fix: Ginkgo call
Nearestfailures by @l-qing in https://github.com/vim-test/vim-test/pull/678 - Fix
TestNearestcommand for playwright runner by @IzumiSy in https://github.com/vim-test/vim-test/pull/682 - Uses elm-test in node_modules if available by @IzumiSy in https://github.com/vim-test/vim-test/pull/683
- Add toggleterm to strategies by @okuramasafumi in https://github.com/vim-test/vim-test/pull/685
- adding vitest-support by @maorun in https://github.com/vim-test/vim-test/pull/686
- Fix kitty strategy for Kitty 0.26.0 by @madalinoprea in https://github.com/vim-test/vim-test/pull/688
- Add cargo-nextest by @dchinmay2 in https://github.com/vim-test/vim-test/pull/671
- Add support for Nim's UnitTest by @pusewicz in https://github.com/vim-test/vim-test/pull/692
- fixes: catch2 adapter error by @amar-laksh in https://github.com/vim-test/vim-test/pull/684
- Fix non-standard function declaration within kitty strategy and cleanup shellcheck warnings by @zach-wahrer in https://github.com/vim-test/vim-test/pull/693
- Add pipenv and poetry check to djangotest by @hdra in https://github.com/vim-test/vim-test/pull/538
- feat: add support for pdm by @lyz-code in https://github.com/vim-test/vim-test/pull/616
- Added test suite method pattern by @mats852 in https://github.com/vim-test/vim-test/pull/694
- feat(python): add support for
pipenvandpoetrywhen runningnosetestsby @alk-mandrianarijaona in https://github.com/vim-test/vim-test/pull/637 - Add support for testing python test classes by @andrew-cybsafe in https://github.com/vim-test/vim-test/pull/653
- Make
:TestNearestwork with nested tests in golang by @muchzill4 in https://github.com/vim-test/vim-test/pull/695 - Support default cypress extension type by @willfish in https://github.com/vim-test/vim-test/pull/697
- Use list=0 in asyncrun background_term mode by @vtm9 in https://github.com/vim-test/vim-test/pull/700
- GradleTest: Fix for deep subprojects by @dradtke in https://github.com/vim-test/vim-test/pull/701
- Pass files as paths to jest by @linas-deliveroo in https://github.com/vim-test/vim-test/pull/703
- Add teenytest by @kjlape in https://github.com/vim-test/vim-test/pull/705
- Fixes Issues with Vitest Implementation by @harrisoncramer in https://github.com/vim-test/vim-test/pull/699
- Support for nesting strings with TestNearest in mocha by @fflorent in https://github.com/vim-test/vim-test/pull/706
- Add Typescript support to @hapijs/lab (#709) by @samueljoli in https://github.com/vim-test/vim-test/pull/710
- Fix typo in README by @alexs-sh in https://github.com/vim-test/vim-test/pull/712
- phpunit: handle attributes added in phpunit 10 by @camilledejoye in https://github.com/vim-test/vim-test/pull/720
- Added webdriverio typescript config support by @nchursin in https://github.com/vim-test/vim-test/pull/721
- Enable toggle term to execute kotlin backticks test methods by @leotorresds in https://github.com/vim-test/vim-test/pull/722
- Python: Use explicit Python3 in invocation by @mihaigalos in https://github.com/vim-test/vim-test/pull/719
- Fix typo in README by @gmartsenkov in https://github.com/vim-test/vim-test/pull/727
- add
g:test#rust#cargotest#test_optionsfor custom cargo test_options by @jiangyinzuo in https://github.com/vim-test/vim-test/pull/726 - Add ember support by @w0zro in https://github.com/vim-test/vim-test/pull/732
- bugfix(csharp) - fixing default slash for windows by @joro550 in https://github.com/vim-test/vim-test/pull/733
- Only use Sail when it's configured by @jessarcher in https://github.com/vim-test/vim-test/pull/735
- Add Zig Support by @bobcats in https://github.com/vim-test/vim-test/pull/736
- Add leintest for Clojure by @dradtke in https://github.com/vim-test/vim-test/pull/737
- fix: wrong module name in maven multi-level projects [#677] by @GiuseppeMP in https://github.com/vim-test/vim-test/pull/739
- fix(failsafe): Support java integration tests (maven failsafe) [#296] by @GiuseppeMP in https://github.com/vim-test/vim-test/pull/740
- Add support for Vitest --no-color by @codeinabox in https://github.com/vim-test/vim-test/pull/743
- feat: remove logic for setting the no coverage option on Jest tests by @codeinabox in https://github.com/vim-test/vim-test/pull/746
- feat: remove opinionated configuration for Vitest forcing no coverage by @codeinabox in https://github.com/vim-test/vim-test/pull/747
- feat: remove opinionated configuration for Vue that turns off coverage by @codeinabox in https://github.com/vim-test/vim-test/pull/748
- feat: detect Python executable by @codeinabox in https://github.com/vim-test/vim-test/pull/750
- fix/toggle-term-strategy: fixed wrong handling of single quotes by @msvitok77 in https://github.com/vim-test/vim-test/pull/753
- Enable AVA.js test detection in typescript files by @ships in https://github.com/vim-test/vim-test/pull/752
- zig: use --test-filter when running nearest test by @mrnugget in https://github.com/vim-test/vim-test/pull/754
- Obey g:test#preserve_screen for 'shtuff' strategy by @sanmiguel in https://github.com/vim-test/vim-test/pull/758
- fix: not recognizing project names when using Nx by @keithradford in https://github.com/vim-test/vim-test/pull/760
- Add Haskell test runner: cabaltest by @niclas-ahden in https://github.com/vim-test/vim-test/pull/762
- fix: delete buffer when closing vimterminal window by @hugovandevliert in https://github.com/vim-test/vim-test/pull/764
- Handle nested classes in kotlin tests by @lazebny in https://github.com/vim-test/vim-test/pull/765
- support Go 1.17 build tags by @felix-kaestner in https://github.com/vim-test/vim-test/pull/769
- Add neovim_sticky strategy, reusing already open terminal by @dkaszews in https://github.com/vim-test/vim-test/pull/766
- docs: document g:test#runner_commands by @codeinabox in https://github.com/vim-test/vim-test/pull/771
- Add neovim_sticky option to reopen hidden buffer by @robotbill in https://github.com/vim-test/vim-test/pull/770
- feat: add GitHub actions for running tests by @codeinabox in https://github.com/vim-test/vim-test/pull/773
- Support :TestNearest for EUnit runner by @dmitrivereshchagin in https://github.com/vim-test/vim-test/pull/772
- clojure: Expand patterns to support more use-cases by @dradtke in https://github.com/vim-test/vim-test/pull/774
- Add
weztermstrategy by @alexgenco in https://github.com/vim-test/vim-test/pull/775 - test: run the tests against Vim and Neovim by @codeinabox in https://github.com/vim-test/vim-test/pull/778
- fix: pyunit to match test files such as hello_test.py by @codeinabox in https://github.com/vim-test/vim-test/pull/780
- feat: support for go stretchr/testify by @FreedomKnight in https://github.com/vim-test/vim-test/pull/781
- feat: support go testify for multiple suite and original testcase by @FreedomKnight in https://github.com/vim-test/vim-test/pull/782
- refactor: pyunit logic to check for import unittest by @codeinabox in https://github.com/vim-test/vim-test/pull/783
- feat: pytest import detection by @codeinabox in https://github.com/vim-test/vim-test/pull/785
- fix: update Python import detection to support from syntax by @codeinabox in https://github.com/vim-test/vim-test/pull/786
- Update minitest.vim to use ruby args by default for when runner name does not contain ruby/rake by @dewyze in https://github.com/vim-test/vim-test/pull/787
- feat: pytest configuration detection by @codeinabox in https://github.com/vim-test/vim-test/pull/790
- fix: disable ANSI in Dispatch strategy with NO_COLOR=1 by @codeinabox in https://github.com/vim-test/vim-test/pull/777
- Allow setting a dynamic project_root by @gmartsenkov in https://github.com/vim-test/vim-test/pull/794
- test: add test for test#javascript#denotest#options by @codeinabox in https://github.com/vim-test/vim-test/pull/798
- Add split pane percent to WezTerm strategy by @emilford in https://github.com/vim-test/vim-test/pull/796
- docs: update docs on options, separating info on cargotest#test_options by @codeinabox in https://github.com/vim-test/vim-test/pull/799
- Support gotest args by @roychoo in https://github.com/vim-test/vim-test/pull/800
- Add dispatch.vim Spawn strategy by @bnadlerjr in https://github.com/vim-test/vim-test/pull/801
- fix: correct escaping for Vitest nearest by @codeinabox in https://github.com/vim-test/vim-test/pull/803
- fix: escape () and [] in Jest nearest by @codeinabox in https://github.com/vim-test/vim-test/pull/804
- Add support for gleam lang by @sudoish in https://github.com/vim-test/vim-test/pull/805
- Cargo feature/allow named packages by @paulodiovani in https://github.com/vim-test/vim-test/pull/808
- Run
pestviasailwhen configured by @timacdonald in https://github.com/vim-test/vim-test/pull/810 - Add optional prompt when executing tests with unsaved files by @andrew-cybsafe in https://github.com/vim-test/vim-test/pull/811
- add g:test#java#maventest#test_cmd for custom maven test command by @jiangyinzuo in https://github.com/vim-test/vim-test/pull/809
- Run test cases prefixed with t_ with CommonTest runner by @dmitrivereshchagin in https://github.com/vim-test/vim-test/pull/814
- Added Neovim VS Code runner by @chaudry-786 in https://github.com/vim-test/vim-test/pull/823
- Fix neovim_sticky strategy in Linux PowerShell by @dkaszews in https://github.com/vim-test/vim-test/pull/825
- Fix term_position usage in s:neovim_reopen_term by @Danthewaann in https://github.com/vim-test/vim-test/pull/828
- Maven: fix multimodule when one submodule depends on another by @jqno in https://github.com/vim-test/vim-test/pull/829
- Fix cargo test handling of
src/binfiles by @alexgenco in https://github.com/vim-test/vim-test/pull/831 - Implement generic command runner using .vimtest.json by @dkaszews in https://github.com/vim-test/vim-test/pull/821
- Unload no name buffers in s:neovim_reopen_term by @Danthewaann in https://github.com/vim-test/vim-test/pull/833
- Add neovim_sticky use_existing flag by @dkaszews in https://github.com/vim-test/vim-test/pull/837
- fix: correct catch2 typo by @liamvdvyver in https://github.com/vim-test/vim-test/pull/842
- escape brackets in pathnames when running jest by @ckkok in https://github.com/vim-test/vim-test/pull/843
- Add
uvsupport for python runners by @juliancoffee in https://github.com/vim-test/vim-test/pull/841 - Add support for vim-themis vimspec style by @mmrwoods in https://github.com/vim-test/vim-test/pull/844
- Add initial support for Robot Framework by @Samma3ll in https://github.com/vim-test/vim-test/pull/834
- Remove useless echo of nearest test info for PHPUnit by @dietrichm in https://github.com/vim-test/vim-test/pull/847
- Node test runner support by @codeinabox in https://github.com/vim-test/vim-test/pull/846
- Ginkgo version 1 support by @codeinabox in https://github.com/vim-test/vim-test/pull/757
- Refactor shared Rust patterns by @codeinabox in https://github.com/vim-test/vim-test/pull/848
- fix: pytest running pyunit tests due to executable check by @codeinabox in https://github.com/vim-test/vim-test/pull/849
- Add Nearest support to vim-themis (vimspec style) by @bootleq in https://github.com/vim-test/vim-test/pull/851
- Bun test support by @beemdvp in https://github.com/vim-test/vim-test/pull/850
- refactor: add function test#javascript#has_import by @codeinabox in https://github.com/vim-test/vim-test/pull/853
- Allow to disable prompt_for_unsaved_changes by set it to 0 by @bootleq in https://github.com/vim-test/vim-test/pull/854
- Ensure Pest supports running normal PHPUnit-style tests by @tonysm in https://github.com/vim-test/vim-test/pull/855
- Add support for testify in delve by @edermanoel94 in https://github.com/vim-test/vim-test/pull/860
- Disable generic runner (.vimtest.json) by default by @bootleq in https://github.com/vim-test/vim-test/pull/863
- Improve Nearest test for vim-themis (vimspec style) by @bootleq in https://github.com/vim-test/vim-test/pull/864
- Improve Playwright detection by @codeinabox in https://github.com/vim-test/vim-test/pull/865
- Improve Vitest detection using import by @codeinabox in https://github.com/vim-test/vim-test/pull/867
- Fix and improve Playwright detection by @codeinabox in https://github.com/vim-test/vim-test/pull/868
- feat: check for Jest config by @codeinabox in https://github.com/vim-test/vim-test/pull/869
- Fix vitest error when dollar signs in file paths by @blyoa in https://github.com/vim-test/vim-test/pull/870
- Fix triggering of autocmds when exiting terminal by @mmrwoods in https://github.com/vim-test/vim-test/pull/871
- Support the new docker compose file name on Laravel Sail by @tonysm in https://github.com/vim-test/vim-test/pull/873
- Fix neovim_sticky strategy use_existing flag by @murjax in https://github.com/vim-test/vim-test/pull/874
- add spec and fixture for rust nested test modules by @dyllandry in https://github.com/vim-test/vim-test/pull/713
- Set csharp slash character for pwsh by @FateNozomi in https://github.com/vim-test/vim-test/pull/875
- Open vimux runner before clearing screen by @mvanderkamp in https://github.com/vim-test/vim-test/pull/877
- Use loaded buffers in neovim_sticky strategy by @murjax in https://github.com/vim-test/vim-test/pull/878
- Fix brace tracking in module_path_at_line for Rust by @ftassi in https://github.com/vim-test/vim-test/pull/879
- Python: Allow camelCase test methods in patterns by @PsickOSSH in https://github.com/vim-test/vim-test/pull/880
- ngtest: handle TestNearest and TestFile by @tangtang95 in https://github.com/vim-test/vim-test/pull/882
- Adds g:test#java#gradletest#test_cmd by @JorWo in https://github.com/vim-test/vim-test/pull/883
- docs: indicate version 3 of Ruby is needed to run the tests by @codeinabox in https://github.com/vim-test/vim-test/pull/884
- feat: add support for printf syntax in Jest each loop by @codeinabox in https://github.com/vim-test/vim-test/pull/872
- Go subtests by @codeinabox in https://github.com/vim-test/vim-test/pull/857
- refactor: move common logic into test#python#pipenv_prefix function by @codeinabox in https://github.com/vim-test/vim-test/pull/886
- refactor: move common logic into test#ruby#determine_executable by @codeinabox in https://github.com/vim-test/vim-test/pull/887
- refactor: move shared logic into test#javascript#determine_executable by @codeinabox in https://github.com/vim-test/vim-test/pull/888
- refactor: use readfile in Minitest runner by @codeinabox in https://github.com/vim-test/vim-test/pull/889
- refactor: remove unused s:os_slash function from Groovy runners by @codeinabox in https://github.com/vim-test/vim-test/pull/890
- chore: conventional commits by @codeinabox in https://github.com/vim-test/vim-test/pull/895
New Contributors
- @aaalsaleh made their first contribution in https://github.com/vim-test/vim-test/pull/108
- @gylaz made their first contribution in https://github.com/vim-test/vim-test/pull/113
- @Kjir made their first contribution in https://github.com/vim-test/vim-test/pull/124
- @ruuts made their first contribution in https://github.com/vim-test/vim-test/pull/126
- @purpleP made their first contribution in https://github.com/vim-test/vim-test/pull/134
- @Insti made their first contribution in https://github.com/vim-test/vim-test/pull/132
- @trisys3 made their first contribution in https://github.com/vim-test/vim-test/pull/131
- @wilcus made their first contribution in https://github.com/vim-test/vim-test/pull/140
- @bimlas made their first contribution in https://github.com/vim-test/vim-test/pull/143
- @chrisortman made their first contribution in https://github.com/vim-test/vim-test/pull/141
- @manlycode made their first contribution in https://github.com/vim-test/vim-test/pull/159
- @5t111111 made their first contribution in https://github.com/vim-test/vim-test/pull/160
- @okuramasafumi made their first contribution in https://github.com/vim-test/vim-test/pull/167
- @adrian-martinez-dev made their first contribution in https://github.com/vim-test/vim-test/pull/171
- @will made their first contribution in https://github.com/vim-test/vim-test/pull/173
- @smarquez1 made their first contribution in https://github.com/vim-test/vim-test/pull/175
- @markwoodhall made their first contribution in https://github.com/vim-test/vim-test/pull/179
- @spheric made their first contribution in https://github.com/vim-test/vim-test/pull/182
- @dryobates made their first contribution in https://github.com/vim-test/vim-test/pull/176
- @furgerf made their first contribution in https://github.com/vim-test/vim-test/pull/139
- @sloria made their first contribution in https://github.com/vim-test/vim-test/pull/184
- @blurrcat made their first contribution in https://github.com/vim-test/vim-test/pull/186
- @evilbluebeaver made their first contribution in https://github.com/vim-test/vim-test/pull/174
- @sharils made their first contribution in https://github.com/vim-test/vim-test/pull/190
- @joereynolds made their first contribution in https://github.com/vim-test/vim-test/pull/191
- @mvalkon made their first contribution in https://github.com/vim-test/vim-test/pull/193
- @NJichev made their first contribution in https://github.com/vim-test/vim-test/pull/201
- @lyz-code made their first contribution in https://github.com/vim-test/vim-test/pull/202
- @gfontenot made their first contribution in https://github.com/vim-test/vim-test/pull/205
- @bobwhitelock made their first contribution in https://github.com/vim-test/vim-test/pull/204
- @wjlroe made their first contribution in https://github.com/vim-test/vim-test/pull/207
- @srstsavage made their first contribution in https://github.com/vim-test/vim-test/pull/208
- @nilsboy made their first contribution in https://github.com/vim-test/vim-test/pull/210
- @rumblesan made their first contribution in https://github.com/vim-test/vim-test/pull/211
- @dstrunk made their first contribution in https://github.com/vim-test/vim-test/pull/217
- @nelstrom made their first contribution in https://github.com/vim-test/vim-test/pull/223
- @duleorlovic made their first contribution in https://github.com/vim-test/vim-test/pull/224
- @FatBoyXPC made their first contribution in https://github.com/vim-test/vim-test/pull/227
- @blueyed made their first contribution in https://github.com/vim-test/vim-test/pull/238
- @aignas made their first contribution in https://github.com/vim-test/vim-test/pull/249
- @jalcine made their first contribution in https://github.com/vim-test/vim-test/pull/255
- @taufek made their first contribution in https://github.com/vim-test/vim-test/pull/259
- @przepompownia made their first contribution in https://github.com/vim-test/vim-test/pull/261
- @voronkovich made their first contribution in https://github.com/vim-test/vim-test/pull/268
- @alexgenco made their first contribution in https://github.com/vim-test/vim-test/pull/269
- @ajcrites made their first contribution in https://github.com/vim-test/vim-test/pull/280
- @arusahni made their first contribution in https://github.com/vim-test/vim-test/pull/281
- @jmzagorski made their first contribution in https://github.com/vim-test/vim-test/pull/277
- @kassio made their first contribution in https://github.com/vim-test/vim-test/pull/283
- @venables made their first contribution in https://github.com/vim-test/vim-test/pull/284
- @jeromedalbert made their first contribution in https://github.com/vim-test/vim-test/pull/288
- @mpareja made their first contribution in https://github.com/vim-test/vim-test/pull/286
- @BlakeWilliams made their first contribution in https://github.com/vim-test/vim-test/pull/293
- @juanibiapina made their first contribution in https://github.com/vim-test/vim-test/pull/299
- @axrt made their first contribution in https://github.com/vim-test/vim-test/pull/312
- @npupko made their first contribution in https://github.com/vim-test/vim-test/pull/319
- @tapayne88 made their first contribution in https://github.com/vim-test/vim-test/pull/326
- @xiguichen made their first contribution in https://github.com/vim-test/vim-test/pull/328
- @hulucc made their first contribution in https://github.com/vim-test/vim-test/pull/330
- @Scuilion made their first contribution in https://github.com/vim-test/vim-test/pull/334
- @papeldeorigami made their first contribution in https://github.com/vim-test/vim-test/pull/335
- @sinetoami made their first contribution in https://github.com/vim-test/vim-test/pull/337
- @jonleighton made their first contribution in https://github.com/vim-test/vim-test/pull/343
- @sstutz made their first contribution in https://github.com/vim-test/vim-test/pull/339
- @camilledejoye made their first contribution in https://github.com/vim-test/vim-test/pull/346
- @sodapopcan made their first contribution in https://github.com/vim-test/vim-test/pull/350
- @Lazzer64 made their first contribution in https://github.com/vim-test/vim-test/pull/353
- @Slike9 made their first contribution in https://github.com/vim-test/vim-test/pull/355
- @willjp made their first contribution in https://github.com/vim-test/vim-test/pull/364
- @jsatk made their first contribution in https://github.com/vim-test/vim-test/pull/365
- @luan made their first contribution in https://github.com/vim-test/vim-test/pull/367
- @pgr0ss made their first contribution in https://github.com/vim-test/vim-test/pull/368
- @dbatten5 made their first contribution in https://github.com/vim-test/vim-test/pull/376
- @metalelf0 made their first contribution in https://github.com/vim-test/vim-test/pull/378
- @sethwoodworth made their first contribution in https://github.com/vim-test/vim-test/pull/379
- @leighmcculloch made their first contribution in https://github.com/vim-test/vim-test/pull/385
- @fishman made their first contribution in https://github.com/vim-test/vim-test/pull/384
- @dalizard made their first contribution in https://github.com/vim-test/vim-test/pull/387
- @rickyson96 made their first contribution in https://github.com/vim-test/vim-test/pull/388
- @datamadsen made their first contribution in https://github.com/vim-test/vim-test/pull/391
- @yannick-cw made their first contribution in https://github.com/vim-test/vim-test/pull/394
- @megalithic made their first contribution in https://github.com/vim-test/vim-test/pull/409
- @javierv made their first contribution in https://github.com/vim-test/vim-test/pull/413
- @dhruvasagar made their first contribution in https://github.com/vim-test/vim-test/pull/415
- @jessevanherk made their first contribution in https://github.com/vim-test/vim-test/pull/414
- @klaaspieter made their first contribution in https://github.com/vim-test/vim-test/pull/420
- @ShahinSorkh made their first contribution in https://github.com/vim-test/vim-test/pull/422
- @nomasprime made their first contribution in https://github.com/vim-test/vim-test/pull/425
- @jpribyl made their first contribution in https://github.com/vim-test/vim-test/pull/431
- @Dkendal made their first contribution in https://github.com/vim-test/vim-test/pull/432
- @dbarnett made their first contribution in https://github.com/vim-test/vim-test/pull/435
- @dbernheisel made their first contribution in https://github.com/vim-test/vim-test/pull/438
- @LnL7 made their first contribution in https://github.com/vim-test/vim-test/pull/440
- @hexcowboy made their first contribution in https://github.com/vim-test/vim-test/pull/444
- @webdavis made their first contribution in https://github.com/vim-test/vim-test/pull/439
- @uzxmx made their first contribution in https://github.com/vim-test/vim-test/pull/450
- @igbanam made their first contribution in https://github.com/vim-test/vim-test/pull/454
- @phongnh made their first contribution in https://github.com/vim-test/vim-test/pull/457
- @meain made their first contribution in https://github.com/vim-test/vim-test/pull/461
- @michaeldyrynda made their first contribution in https://github.com/vim-test/vim-test/pull/465
- @nunomaduro made their first contribution in https://github.com/vim-test/vim-test/pull/467
- @dmitrivereshchagin made their first contribution in https://github.com/vim-test/vim-test/pull/479
- @Nitrodist made their first contribution in https://github.com/vim-test/vim-test/pull/481
- @woahdae made their first contribution in https://github.com/vim-test/vim-test/pull/484
- @yaegassy made their first contribution in https://github.com/vim-test/vim-test/pull/491
- @tomdalling made their first contribution in https://github.com/vim-test/vim-test/pull/500
- @Tacsiazuma made their first contribution in https://github.com/vim-test/vim-test/pull/496
- @voldikss made their first contribution in https://github.com/vim-test/vim-test/pull/507
- @waynebowie99 made their first contribution in https://github.com/vim-test/vim-test/pull/504
- @roberto made their first contribution in https://github.com/vim-test/vim-test/pull/511
- @vfbiby made their first contribution in https://github.com/vim-test/vim-test/pull/514
- @sflomenb made their first contribution in https://github.com/vim-test/vim-test/pull/518
- @dbrgn made their first contribution in https://github.com/vim-test/vim-test/pull/520
- @sharksforarms made their first contribution in https://github.com/vim-test/vim-test/pull/526
- @yyang-even made their first contribution in https://github.com/vim-test/vim-test/pull/529
- @itchyny made their first contribution in https://github.com/vim-test/vim-test/pull/532
- @connorlay made their first contribution in https://github.com/vim-test/vim-test/pull/530
- @Jesse-Bakker made their first contribution in https://github.com/vim-test/vim-test/pull/536
- @fallwith made their first contribution in https://github.com/vim-test/vim-test/pull/546
- @brianegan made their first contribution in https://github.com/vim-test/vim-test/pull/552
- @mrcjkb made their first contribution in https://github.com/vim-test/vim-test/pull/557
- @rcarriga made their first contribution in https://github.com/vim-test/vim-test/pull/561
- @airblade made their first contribution in https://github.com/vim-test/vim-test/pull/564
- @ghorsey made their first contribution in https://github.com/vim-test/vim-test/pull/571
- @elevin72 made their first contribution in https://github.com/vim-test/vim-test/pull/565
- @RobertAudi made their first contribution in https://github.com/vim-test/vim-test/pull/574
- @joacohoyos made their first contribution in https://github.com/vim-test/vim-test/pull/579
- @typedin made their first contribution in https://github.com/vim-test/vim-test/pull/582
- @DanielPower made their first contribution in https://github.com/vim-test/vim-test/pull/578
- @danielhvs made their first contribution in https://github.com/vim-test/vim-test/pull/587
- @esensar made their first contribution in https://github.com/vim-test/vim-test/pull/588
- @Lilja made their first contribution in https://github.com/vim-test/vim-test/pull/591
- @Frederick888 made their first contribution in https://github.com/vim-test/vim-test/pull/580
- @jc00ke made their first contribution in https://github.com/vim-test/vim-test/pull/592
- @mblayman made their first contribution in https://github.com/vim-test/vim-test/pull/598
- @marcelja made their first contribution in https://github.com/vim-test/vim-test/pull/601
- @marocchino made their first contribution in https://github.com/vim-test/vim-test/pull/605
- @jreiter made their first contribution in https://github.com/vim-test/vim-test/pull/596
- @sidlatau made their first contribution in https://github.com/vim-test/vim-test/pull/603
- @fdelacruz made their first contribution in https://github.com/vim-test/vim-test/pull/541
- @lunarxlark made their first contribution in https://github.com/vim-test/vim-test/pull/609
- @halafi made their first contribution in https://github.com/vim-test/vim-test/pull/607
- @kkpattern made their first contribution in https://github.com/vim-test/vim-test/pull/608
- @adalessa made their first contribution in https://github.com/vim-test/vim-test/pull/610
- @drewolson made their first contribution in https://github.com/vim-test/vim-test/pull/615
- @bmalinconico made their first contribution in https://github.com/vim-test/vim-test/pull/630
- @Anakael made their first contribution in https://github.com/vim-test/vim-test/pull/626
- @carlosonunez made their first contribution in https://github.com/vim-test/vim-test/pull/631
- @Galbar made their first contribution in https://github.com/vim-test/vim-test/pull/634
- @jradtilbrook made their first contribution in https://github.com/vim-test/vim-test/pull/644
- @mkonig made their first contribution in https://github.com/vim-test/vim-test/pull/647
- @DanielSiepmann made their first contribution in https://github.com/vim-test/vim-test/pull/654
- @muchzill4 made their first contribution in https://github.com/vim-test/vim-test/pull/656
- @daliusd made their first contribution in https://github.com/vim-test/vim-test/pull/657
- @bbli made their first contribution in https://github.com/vim-test/vim-test/pull/640
- @GiuseppeMP made their first contribution in https://github.com/vim-test/vim-test/pull/662
- @Psyhich made their first contribution in https://github.com/vim-test/vim-test/pull/663
- @matt-gardner made their first contribution in https://github.com/vim-test/vim-test/pull/664
- @gmartsenkov made their first contribution in https://github.com/vim-test/vim-test/pull/665
- @camgraff made their first contribution in https://github.com/vim-test/vim-test/pull/675
- @yongjoon-km made their first contribution in https://github.com/vim-test/vim-test/pull/666
- @ikhurramraza made their first contribution in https://github.com/vim-test/vim-test/pull/668
- @l-qing made their first contribution in https://github.com/vim-test/vim-test/pull/678
- @IzumiSy made their first contribution in https://github.com/vim-test/vim-test/pull/682
- @maorun made their first contribution in https://github.com/vim-test/vim-test/pull/686
- @madalinoprea made their first contribution in https://github.com/vim-test/vim-test/pull/688
- @dchinmay2 made their first contribution in https://github.com/vim-test/vim-test/pull/671
- @pusewicz made their first contribution in https://github.com/vim-test/vim-test/pull/692
- @amar-laksh made their first contribution in https://github.com/vim-test/vim-test/pull/684
- @zach-wahrer made their first contribution in https://github.com/vim-test/vim-test/pull/693
- @hdra made their first contribution in https://github.com/vim-test/vim-test/pull/538
- @mats852 made their first contribution in https://github.com/vim-test/vim-test/pull/694
- @alk-mandrianarijaona made their first contribution in https://github.com/vim-test/vim-test/pull/637
- @andrew-cybsafe made their first contribution in https://github.com/vim-test/vim-test/pull/653
- @willfish made their first contribution in https://github.com/vim-test/vim-test/pull/697
- @vtm9 made their first contribution in https://github.com/vim-test/vim-test/pull/700
- @dradtke made their first contribution in https://github.com/vim-test/vim-test/pull/701
- @linas-deliveroo made their first contribution in https://github.com/vim-test/vim-test/pull/703
- @kjlape made their first contribution in https://github.com/vim-test/vim-test/pull/705
- @harrisoncramer made their first contribution in https://github.com/vim-test/vim-test/pull/699
- @fflorent made their first contribution in https://github.com/vim-test/vim-test/pull/706
- @samueljoli made their first contribution in https://github.com/vim-test/vim-test/pull/710
- @alexs-sh made their first contribution in https://github.com/vim-test/vim-test/pull/712
- @nchursin made their first contribution in https://github.com/vim-test/vim-test/pull/721
- @leotorresds made their first contribution in https://github.com/vim-test/vim-test/pull/722
- @mihaigalos made their first contribution in https://github.com/vim-test/vim-test/pull/719
- @jiangyinzuo made their first contribution in https://github.com/vim-test/vim-test/pull/726
- @w0zro made their first contribution in https://github.com/vim-test/vim-test/pull/732
- @joro550 made their first contribution in https://github.com/vim-test/vim-test/pull/733
- @jessarcher made their first contribution in https://github.com/vim-test/vim-test/pull/735
- @bobcats made their first contribution in https://github.com/vim-test/vim-test/pull/736
- @msvitok77 made their first contribution in https://github.com/vim-test/vim-test/pull/753
- @ships made their first contribution in https://github.com/vim-test/vim-test/pull/752
- @mrnugget made their first contribution in https://github.com/vim-test/vim-test/pull/754
- @sanmiguel made their first contribution in https://github.com/vim-test/vim-test/pull/758
- @keithradford made their first contribution in https://github.com/vim-test/vim-test/pull/760
- @niclas-ahden made their first contribution in https://github.com/vim-test/vim-test/pull/762
- @hugovandevliert made their first contribution in https://github.com/vim-test/vim-test/pull/764
- @lazebny made their first contribution in https://github.com/vim-test/vim-test/pull/765
- @felix-kaestner made their first contribution in https://github.com/vim-test/vim-test/pull/769
- @dkaszews made their first contribution in https://github.com/vim-test/vim-test/pull/766
- @robotbill made their first contribution in https://github.com/vim-test/vim-test/pull/770
- @FreedomKnight made their first contribution in https://github.com/vim-test/vim-test/pull/781
- @dewyze made their first contribution in https://github.com/vim-test/vim-test/pull/787
- @emilford made their first contribution in https://github.com/vim-test/vim-test/pull/796
- @roychoo made their first contribution in https://github.com/vim-test/vim-test/pull/800
- @bnadlerjr made their first contribution in https://github.com/vim-test/vim-test/pull/801
- @sudoish made their first contribution in https://github.com/vim-test/vim-test/pull/805
- @paulodiovani made their first contribution in https://github.com/vim-test/vim-test/pull/808
- @timacdonald made their first contribution in https://github.com/vim-test/vim-test/pull/810
- @chaudry-786 made their first contribution in https://github.com/vim-test/vim-test/pull/823
- @Danthewaann made their first contribution in https://github.com/vim-test/vim-test/pull/828
- @jqno made their first contribution in https://github.com/vim-test/vim-test/pull/829
- @liamvdvyver made their first contribution in https://github.com/vim-test/vim-test/pull/842
- @ckkok made their first contribution in https://github.com/vim-test/vim-test/pull/843
- @juliancoffee made their first contribution in https://github.com/vim-test/vim-test/pull/841
- @mmrwoods made their first contribution in https://github.com/vim-test/vim-test/pull/844
- @Samma3ll made their first contribution in https://github.com/vim-test/vim-test/pull/834
- @dietrichm made their first contribution in https://github.com/vim-test/vim-test/pull/847
- @bootleq made their first contribution in https://github.com/vim-test/vim-test/pull/851
- @beemdvp made their first contribution in https://github.com/vim-test/vim-test/pull/850
- @tonysm made their first contribution in https://github.com/vim-test/vim-test/pull/855
- @edermanoel94 made their first contribution in https://github.com/vim-test/vim-test/pull/860
- @blyoa made their first contribution in https://github.com/vim-test/vim-test/pull/870
- @murjax made their first contribution in https://github.com/vim-test/vim-test/pull/874
- @dyllandry made their first contribution in https://github.com/vim-test/vim-test/pull/713
- @FateNozomi made their first contribution in https://github.com/vim-test/vim-test/pull/875
- @mvanderkamp made their first contribution in https://github.com/vim-test/vim-test/pull/877
- @ftassi made their first contribution in https://github.com/vim-test/vim-test/pull/879
- @PsickOSSH made their first contribution in https://github.com/vim-test/vim-test/pull/880
- @tangtang95 made their first contribution in https://github.com/vim-test/vim-test/pull/882
- @JorWo made their first contribution in https://github.com/vim-test/vim-test/pull/883
Full Changelog: https://github.com/vim-test/vim-test/compare/v2.1.0...v3.0.0