From 2a03c254d40aa7315a7ef632363257fdaf55ac14 Mon Sep 17 00:00:00 2001 From: Benjamin Althues Date: Tue, 5 Feb 2013 23:45:55 +0100 Subject: [PATCH] Typofix :has('python') -> :echo has('python') --- README.md | 4 ++-- doc/youcompleteme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2d1f0e0..d8f9430a 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ See the FAQ if you have any issues. 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 - Vim: `:has('python')`. The output should be 1. If it's 0, then get a version - of Vim with Python support. + Vim: `:echo has('python')`. The output should be 1. If it's 0, then get a + version of Vim with Python support. 2. **Install YCM** with [Vundle][] (or [Pathogen][], but Vundle is a better idea). With Vundle, this would mean adding a `Bundle diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index c08afe6b..f70d662c 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -228,8 +228,8 @@ Please follow the instructions carefully. Read EVERY WORD. needs to be 584 or higher. If your version of Vim is not recent enough, you may need to compile Vim from source [9] (don't worry, it's easy). After you have made sure that you have Vim 7.3.584+, type the following in Vim: - ':has('python')'. The output should be 1. If it's 0, then get a version of - Vim with Python support. + ':echo has('python')'. The output should be 1. If it's 0, then get a version + of Vim with Python support. - Install YCM with Vundle [6] (or Pathogen [10], but Vundle is a better idea). With Vundle, this would mean adding a 'Bundle 'Valloric/YouCompleteMe' line