Skip to content

Commit 0a56c52

Browse files
committed
Add workspace symbol support
1 parent c0ea5f2 commit 0a56c52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ init:
1515
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1616

1717
install:
18-
- "curl -OutFile ctags.zip -Uri https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13%2F5010e849/ctags-2018-03-13_5010e849-x64.zip"
19-
- "7z e ctags.zip -o C:\Users\appveyor\bin ctags.exe"
20-
- "set PATH=%PATH%;C:\Users\appveyor\bin"
18+
- "curl -OutFile ctags.zip -Uri \"https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13%2F5010e849/ctags-2018-03-13_5010e849-x64.zip\""
19+
- "7z e ctags.zip -o C:\\Users\\appveyor\\bin ctags.exe"
20+
- "set PATH=%PATH%;C:\\Users\\appveyor\\bin"
2121
- "%PYTHON%/python.exe -m pip install --upgrade pip setuptools"
2222
- "%PYTHON%/python.exe -m pip install .[all] .[test]"
2323

0 commit comments

Comments
 (0)