Remove MSVC 12 from the supported compilers in docs

This commit is contained in:
micbou 2018-04-16 20:18:55 +02:00
parent ee3226e1a7
commit 9392f7fd61
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 5 additions and 8 deletions

View File

@ -469,8 +469,7 @@ install with all language features, ensure `msbuild`, `go`, `tsserver`, `node`,
python install.py --all python install.py --all
You can specify the Microsoft Visual C++ (MSVC) version using the `--msvc` You can specify the Microsoft Visual C++ (MSVC) version using the `--msvc`
option. YCM officially supports MSVC 12 (Visual Studio 2013), 14 (2015), and 15 option. YCM officially supports MSVC 14 (Visual Studio 2015) and 15 (2017).
(2017).
That's it. You're done. Refer to the _User Guide_ section on how to use YCM. That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
Don't forget that if you want the C-family semantic completion engine to work, Don't forget that if you want the C-family semantic completion engine to work,
@ -632,8 +631,7 @@ process.
Python 3][python-win-download]. Pick the version corresponding to your Vim Python 3][python-win-download]. Pick the version corresponding to your Vim
architecture. You will also need Microsoft Visual C++ (MSVC) to build YCM. architecture. You will also need Microsoft Visual C++ (MSVC) to build YCM.
You can obtain it by installing [Visual Studio][visual-studio-download]. You can obtain it by installing [Visual Studio][visual-studio-download].
MSVC 12 (Visual Studio 2013), 14 (2015), and 15 (2017) are officially MSVC 14 (Visual Studio 2015) and 15 (2017) are officially supported.
supported.
Here we'll assume you installed YCM with Vundle. That means that the Here we'll assume you installed YCM with Vundle. That means that the
top-level YCM directory is in `~/.vim/bundle/YouCompleteMe`. top-level YCM directory is in `~/.vim/bundle/YouCompleteMe`.

View File

@ -692,8 +692,7 @@ install with all language features, ensure 'msbuild', 'go', 'tsserver', 'node',
python install.py --all python install.py --all
< <
You can specify the Microsoft Visual C++ (MSVC) version using the '--msvc' You can specify the Microsoft Visual C++ (MSVC) version using the '--msvc'
option. YCM officially supports MSVC 12 (Visual Studio 2013), 14 (2015), and 15 option. YCM officially supports MSVC 14 (Visual Studio 2015) and 15 (2017).
(2017).
That's it. You're done. Refer to the _User Guide_ section on how to use YCM. That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
Don't forget that if you want the C-family semantic completion engine to work, Don't forget that if you want the C-family semantic completion engine to work,
@ -861,8 +860,8 @@ will notify you to recompile it. You should then rerun the install process.
On Windows, you need to download and install Python 2 or Python 3 [39]. On Windows, you need to download and install Python 2 or Python 3 [39].
Pick the version corresponding to your Vim architecture. You will also Pick the version corresponding to your Vim architecture. You will also
need Microsoft Visual C++ (MSVC) to build YCM. You can obtain it by need Microsoft Visual C++ (MSVC) to build YCM. You can obtain it by
installing Visual Studio [40]. MSVC 12 (Visual Studio 2013), 14 (2015), installing Visual Studio [40]. MSVC 14 (Visual Studio 2015) and 15 (2017)
and 15 (2017) are officially supported. are officially supported.
Here we'll assume you installed YCM with Vundle. That means that the top- Here we'll assume you installed YCM with Vundle. That means that the top-
level YCM directory is in '~/.vim/bundle/YouCompleteMe'. level YCM directory is in '~/.vim/bundle/YouCompleteMe'.