Skip to content

Commit e44b507

Browse files
committed
Add workspace symbol support
1 parent 70a80bd commit e44b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ init:
1515
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1616

1717
install:
18-
- 'appveyor DownloadFile https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13%2F5010e849/ctags-2018-03-13_5010e849-x64.zip -FileName ctags.zip'
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'
1919
- "7z e ctags.zip -o C:\\Users\\appveyor\\bin ctags.exe"
2020
- "set PATH=%PATH%;C:\\Users\\appveyor\\bin"
2121
- "%PYTHON%/python.exe -m pip install --upgrade pip setuptools"

0 commit comments

Comments
 (0)