From 87b42c689391b69968950ae99c3aaacf2e14c329 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 6 Oct 2014 13:35:27 -0700 Subject: [PATCH] Docs now state Ubuntu 14.04 has good Vim version. Fixes #1205 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 807909f1..c5b18ee5 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,9 @@ 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. At the time of writing, the -version of Vim shipping with Ubuntu is too old. You may need to [compile Vim +Make sure you have Vim 7.3.584 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). Install YouCompleteMe with [Vundle][].