neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 39771b223847c31b4628a9ab026e5a8f6b420eb8
parent 1fc468aed2809a92769fbdfd6c422c2b9b12a233
Author: luukvbaal <luukvbaal@gmail.com>
Date:   Thu, 27 Apr 2023 08:26:07 +0200

build(Makefile): add nvim to oldtest phony target

This is to force a rebuild each time a file is changed.
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -122,7 +122,7 @@ else endif # Build oldtest by specifying the relative .vim filename. .PHONY: phony_force -test/old/testdir/%.vim: phony_force +test/old/testdir/%.vim: phony_force nvim +$(SINGLE_MAKE) -C test/old/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst test/old/testdir/%.vim,%,$@) functionaltest-lua: | nvim