summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-04 06:29:58 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-04 06:29:58 -0700
commit9b01699960cb6efbdd81762bd630e8451c2c2ed5 (patch)
treedaebc3bf8099bc68ea97c0c2e586a855deaa3fc3 /scripts
parent51b69a298234ac527cee052906efc1d88acc1f8c (diff)
downloada4-9b01699960cb6efbdd81762bd630e8451c2c2ed5.tar.xz
a4-9b01699960cb6efbdd81762bd630e8451c2c2ed5.zip
test harness almost in place
Diffstat (limited to 'scripts')
-rw-r--r--scripts/tests/minimal.vim5
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
+