tests: use plenary v0.1.3 for tests

main
olimorris 2023-10-23 09:10:24 +01:00
parent afa9d9a8ad
commit deae7ab202
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ test: $(PLENARY_DIR)
nvim --headless --noplugin -u tests/minimal.vim +TearDown
$(PLENARY_DIR):
git clone --depth=1 --no-single-branch $(PLENARY_URL) $(PLENARY_DIR)
git clone --depth=1 --branch v0.1.3 $(PLENARY_URL) $(PLENARY_DIR)
@rm -rf $(PLENARY_DIR)/.git