diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 18:52:58 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 18:52:58 +0200 |
commit | 9ff714cb6c43b920fd76ff793641c5191bf2e991 (patch) | |
tree | 510d832c908133a33ac095e17acf025d6f46a907 /Makefile | |
parent | e2bbed8acc1f1cf498a0085cf771cf9bf40fb709 (diff) | |
download | vim-polyglot-9ff714cb6c43b920fd76ff793641c5191bf2e991.tar.gz vim-polyglot-9ff714cb6c43b920fd76ff793641c5191bf2e991.zip |
Extract non-generated code to polyglot.vim
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ test: @ scripts/test dev: - @ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\ntests/extensions.vim" | DEV=1 entr bash -c 'make && make test' + @ echo "polyglot.vim\npackages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\ntests/extensions.vim" | DEV=1 entr bash -c 'make && make test' |