Prefix commands with python in Windows instructions

This commit is contained in:
micbou 2018-02-26 16:45:48 +01:00
parent d27563d2f1
commit 6602b45efe
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 4 additions and 4 deletions

View File

@ -438,12 +438,12 @@ support for C-family languages.
Compiling YCM **with** semantic support for C-family languages:
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
install.py --clang-completer
python install.py --clang-completer
Compiling YCM **without** semantic support for C-family languages:
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
install.py
python install.py
The following additional language support options are available:

View File

@ -653,12 +653,12 @@ Download and install the following software:
Compiling YCM **with** semantic support for C-family languages:
>
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
install.py --clang-completer
python install.py --clang-completer
<
Compiling YCM **without** semantic support for C-family languages:
>
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
install.py
python install.py
<
The following additional language support options are available: