From 391b3df3b7ed0ab2a74d8b218ef095251bf5182b Mon Sep 17 00:00:00 2001 From: "Spencer G. Jones" Date: Thu, 10 Sep 2015 10:12:59 -0600 Subject: [PATCH] Update mimimum version in documention --- README.md | 10 +++++----- doc/youcompleteme.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index aff18ed9..21086d41 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ that are conservatively turned off by default that you may want to turn on. Please refer to the full Installation Guide below; the following commands are provided on a best-effort basis and may not work for you. -Make sure you have Vim 7.3.584 with python2 support. Ubuntu 14.04 and later have +Make sure you have Vim 7.3.598 with python2 support. Ubuntu 14.04 and later have a Vim that's recent enough. You can see the version of Vim installed by running `vim --version`. If the version is too old, you may need to [compile Vim from source][vim-build] (don't worry, it's easy). @@ -220,7 +220,7 @@ Please refer to the full Installation Guide below; the following commands are provided on a best-effort basis and may not work for you. OpenBSD / FreeBSD are not officially supported platforms by YCM. -Make sure you have Vim 7.3.584 with python2 support. +Make sure you have Vim 7.3.598 with python2 support. OpenBSD 5.5 and later have a Vim that's recent enough. You can see the version of Vim installed by running `vim --version`. @@ -278,19 +278,19 @@ process. **Please follow the instructions carefully. Read EVERY WORD.** -1. **Ensure that your version of Vim is _at least_ 7.3.584 _and_ that it has +1. **Ensure that your version of Vim is _at least_ 7.3.598 _and_ that it has support for python2 scripting**. Inside Vim, type `:version`. Look at the first two to three lines of output; it should say `Vi IMproved X.Y`, where X.Y is the major version of vim. If your version is greater than 7.3, then you're all set. If your version is 7.3 then look below that where it says, `Included patches: 1-Z`, where Z - will be some number. That number needs to be 584 or higher. + will be some number. That number needs to be 598 or higher. If your version of Vim is not recent enough, you may need to [compile Vim from source][vim-build] (don't worry, it's easy). - After you have made sure that you have Vim 7.3.584+, type the following in + After you have made sure that you have Vim 7.3.598+, type the following in Vim: `:echo has('python')`. The output should be 1. If it's 0, then get a version of Vim with Python support. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 87abfac0..567ec079 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -313,7 +313,7 @@ Ubuntu Linux x64 super-quick installation ~ Please refer to the full Installation Guide below; the following commands are provided on a best-effort basis and may not work for you. -Make sure you have Vim 7.3.584 with python2 support. Ubuntu 14.04 and later +Make sure you have Vim 7.3.598 with python2 support. Ubuntu 14.04 and later have a Vim that's recent enough. You can see the version of Vim installed by running 'vim --version'. If the version is too old, you may need to compile Vim from source [16] (don't worry, it's easy). @@ -370,7 +370,7 @@ Please refer to the full Installation Guide below; the following commands are provided on a best-effort basis and may not work for you. OpenBSD / FreeBSD are not officially supported platforms by YCM. -Make sure you have Vim 7.3.584 with python2 support. +Make sure you have Vim 7.3.598 with python2 support. OpenBSD 5.5 and later have a Vim that's recent enough. You can see the version of Vim installed by running 'vim --version'. @@ -431,19 +431,19 @@ process. **Please follow the instructions carefully. Read EVERY WORD.** -1. **Ensure that your version of Vim is _at least_ 7.3.584 _and_ that it has +1. **Ensure that your version of Vim is _at least_ 7.3.598 _and_ that it has support for python2 scripting**. Inside Vim, type ':version'. Look at the first two to three lines of output; it should say 'Vi IMproved X.Y', where X.Y is the major version of vim. If your version is greater than 7.3, then you're all set. If your version is 7.3 then look below that where it says, 'Included patches: - 1-Z', where Z will be some number. That number needs to be 584 or higher. + 1-Z', where Z will be some number. That number needs to be 598 or higher. If your version of Vim is not recent enough, you may need to compile Vim from source [16] (don't worry, it's easy). - After you have made sure that you have Vim 7.3.584+, type the following + After you have made sure that you have Vim 7.3.598+, type the following in Vim: ":echo has('python')". The output should be 1. If it's 0, then get a version of Vim with Python support.