Skip to content

Commit a38be6e

Browse files
committed
feat: small fixes to minimal and Makefile
1 parent 2cd4e03 commit a38be6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test:
1111
nvim --headless --noplugin -u scripts/tests/minimal.vim \
1212
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
1313

14-
clean:
14+
clean:
1515
echo "===> Cleaning"
1616
rm /tmp/lua_*
1717

scripts/tests/minimal.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set noswapfile
12
set rtp+=.
23
set rtp+=../plenary.nvim
34
runtime! plugin/plenary.vim

0 commit comments

Comments
 (0)