File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
install :
18
18
- ' appveyor DownloadFile "https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13/5010e849/ctags-2018-03-13_5010e849-x64.zip" -FileName ctags.zip'
19
- - ' 7z e ctags.zip -o "C :\Users\appveyor\bin" ctags.exe'
19
+ - ' 7z e ctags.zip -oC :\Users\appveyor\bin ctags.exe'
20
20
- ' set PATH=%PATH%;C:\Users\appveyor\bin'
21
21
- ' %PYTHON%/python.exe -m pip install --upgrade pip setuptools'
22
22
- ' %PYTHON%/python.exe -m pip install .[all] .[test]'
Original file line number Diff line number Diff line change 1
- # Copyright 2017 Palantir Technologies, Inc.
1
+ : # Copyright 2017 Palantir Technologies, Inc.
2
2
"""A collection of URI utilities with logic built on the VSCode URI library.
3
3
4
4
https://github.com/Microsoft/vscode-uri/blob/e59cab84f5df6265aed18ae5f43552d3eef13bb9/lib/index.ts
You can’t perform that action at this time.
0 commit comments