From 9392f7fd6143344b4c2e1d3bbc2dc0257e3b4e87 Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 16 Apr 2018 20:18:55 +0200 Subject: [PATCH] Remove MSVC 12 from the supported compilers in docs --- README.md | 6 ++---- doc/youcompleteme.txt | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6871f79f..a407ede3 100644 --- a/README.md +++ b/README.md @@ -469,8 +469,7 @@ install with all language features, ensure `msbuild`, `go`, `tsserver`, `node`, python install.py --all 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 -(2017). +option. YCM officially supports MSVC 14 (Visual Studio 2015) and 15 (2017). 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, @@ -632,8 +631,7 @@ process. Python 3][python-win-download]. Pick the version corresponding to your Vim architecture. You will also need Microsoft Visual C++ (MSVC) to build YCM. You can obtain it by installing [Visual Studio][visual-studio-download]. - MSVC 12 (Visual Studio 2013), 14 (2015), and 15 (2017) are officially - supported. + MSVC 14 (Visual Studio 2015) and 15 (2017) are officially supported. Here we'll assume you installed YCM with Vundle. That means that the top-level YCM directory is in `~/.vim/bundle/YouCompleteMe`. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 8dcd49d1..29fb5694 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -692,8 +692,7 @@ install with all language features, ensure 'msbuild', 'go', 'tsserver', 'node', python install.py --all < 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 -(2017). +option. YCM officially supports MSVC 14 (Visual Studio 2015) and 15 (2017). 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, @@ -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]. Pick the version corresponding to your Vim architecture. You will also need Microsoft Visual C++ (MSVC) to build YCM. You can obtain it by - installing Visual Studio [40]. MSVC 12 (Visual Studio 2013), 14 (2015), - and 15 (2017) are officially supported. + installing Visual Studio [40]. MSVC 14 (Visual Studio 2015) and 15 (2017) + are officially supported. Here we'll assume you installed YCM with Vundle. That means that the top- level YCM directory is in '~/.vim/bundle/YouCompleteMe'.