Update 7-Zip requirement to 16.04 or later

This commit is contained in:
micbou 2017-10-18 23:04:06 +02:00
parent b4ab6da86d
commit 75ecccef90
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 5 additions and 5 deletions

View File

@ -390,8 +390,8 @@ _Windows x86-64_ for a 64-bit Vim. We recommend installing Python 3.
variable. variable.
- [Visual Studio][visual-studio-download]. Download the community edition. - [Visual Studio][visual-studio-download]. Download the community edition.
During setup, select _Desktop development with C++_ in _Workloads_. During setup, select _Desktop development with C++_ in _Workloads_.
- [7-zip][7z-download]. Required to build YCM with semantic support for - [7-zip 16.04 or later][7z-download]. Required to build YCM with semantic
C-family languages. support for C-family languages.
Compiling YCM **with** semantic support for C-family languages: Compiling YCM **with** semantic support for C-family languages:

View File

@ -598,8 +598,8 @@ Download and install the following software:
- Visual Studio [36]. Download the community edition. During setup, select - Visual Studio [36]. Download the community edition. During setup, select
_Desktop development with C++_ in _Workloads_. _Desktop development with C++_ in _Workloads_.
- 7-zip [37]. Required to build YCM with semantic support for C-family - 7-zip 16.04 or later [37]. Required to build YCM with semantic support for
languages. C-family languages.
Compiling YCM **with** semantic support for C-family languages: Compiling YCM **with** semantic support for C-family languages:
> >
@ -1594,7 +1594,7 @@ GoTo Commands ~
These commands are useful for jumping around and exploring code. When moving These commands are useful for jumping around and exploring code. When moving
the cursor, the subcommands add entries to Vim's 'jumplist' so you can use the cursor, the subcommands add entries to Vim's 'jumplist' so you can use
'CTRL-O' to jump back to where you where before invoking the command (and 'CTRL-O' to jump back to where you were before invoking the command (and
'CTRL-I' to jump forward; see ':h jumplist' for details). If there is more than 'CTRL-I' to jump forward; see ':h jumplist' for details). If there is more than
one destination, the quickfix list (see ':h quickfix') is populated with the one destination, the quickfix list (see ':h quickfix') is populated with the
available locations and opened to full width at the bottom of the screen. You available locations and opened to full width at the bottom of the screen. You