From de330302b69c2910b285520a2b3538de85d5f00b Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 8 Apr 2017 12:43:10 +0200 Subject: [PATCH] Update Visual Studio generators in documentation --- README.md | 2 +- doc/youcompleteme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa2d8032..6e2c442a 100644 --- a/README.md +++ b/README.md @@ -594,9 +594,9 @@ process. where `` is `Unix Makefiles` on Unix systems and one of the following Visual Studio generators on Windows: - - `Visual Studio 11 Win64` - `Visual Studio 12 Win64` - `Visual Studio 14 Win64` + - `Visual Studio 15 Win64` Remove the `Win64` part in these generators if your Vim architecture is 32-bit. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index ca1d2d69..d926be61 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -807,9 +807,9 @@ will notify you to recompile it. You should then rerun the install process. where '' is 'Unix Makefiles' on Unix systems and one of the following Visual Studio generators on Windows: - - 'Visual Studio 11 Win64' - 'Visual Studio 12 Win64' - 'Visual Studio 14 Win64' + - 'Visual Studio 15 Win64' Remove the 'Win64' part in these generators if your Vim architecture is 32-bit.