diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-04 06:29:58 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-04 06:29:58 -0700 |
| commit | 9b01699960cb6efbdd81762bd630e8451c2c2ed5 (patch) | |
| tree | daebc3bf8099bc68ea97c0c2e586a855deaa3fc3 /scripts | |
| parent | 51b69a298234ac527cee052906efc1d88acc1f8c (diff) | |
| download | a4-9b01699960cb6efbdd81762bd630e8451c2c2ed5.tar.xz a4-9b01699960cb6efbdd81762bd630e8451c2c2ed5.zip | |
test harness almost in place
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/tests/minimal.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tests/minimal.vim b/scripts/tests/minimal.vim new file mode 100644 index 0000000..f8c036d --- /dev/null +++ b/scripts/tests/minimal.vim @@ -0,0 +1,5 @@ +set noswapfile +set rtp+=. +set rtp+=../plenary.nvim +runtime! plugin/plenary.vim + |
