vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9acc6c114f9cd73b4a3145e6a885ec630b834ff6 parent 16c1f4a95305462576ef8954cdd0824bb16bcad8 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 8 Dec 2016 16:12:57 +0100 build: include Lua files in windows zip Diffstat:
| M | .appveyor.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml @@ -37,7 +37,7 @@ test_script: - '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make test"' after_test: - - 7z a -y vis-%CYG_ARCH%.zip vis.exe lexers *.lua + - 7z a -y vis-%CYG_ARCH%.zip vis.exe lua artifacts: - path: vis-%CYG_ARCH%.zip