vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a87ecf69b1575f397c730ebdef13f7203d4c48e0 parent b4e9b3fd8ae13ce4c99f0c0c4976c2871eac89aa Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 18 Feb 2017 18:28:18 +0100 appveyor: let Cygwin handle the environment variable That way the path translation logic kicks in. Diffstat:
| M | .appveyor.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml @@ -32,7 +32,7 @@ install: before_build: - ps: | $bash = $env:CYG_ROOT + "\bin\bash" - $cmd = "cd " + $env:APPVEYOR_BUILD_FOLDER + " && " + $cmd = "cd `$APPVEYOR_BUILD_FOLDER && " $cmd += @' for f in $(git ls-files -s | awk '$1 == 120000 {print $4}')