(bug) indicies past EOL should not error

This commit is contained in:
2024-10-16 08:05:13 -06:00
parent 8bbb2ba9c8
commit 3c948ac985
3 changed files with 17 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ fmt:
stylua .
test: $(PLENARY_DIR)
nvim -u NORC --headless -c 'set packpath+=~/.local/share/nvim/site' -c 'packadd plenary.nvim' -c "PlenaryBustedDirectory spec/"
NVIM_APPNAME=noplugstest nvim -u NORC --headless -c 'set packpath+=~/.local/share/nvim/site' -c 'packadd plenary.nvim' -c "PlenaryBustedDirectory spec/"
$(PLENARY_DIR):
git clone https://github.com/nvim-lua/plenary.nvim/ $(PLENARY_DIR)