Merge pull request #38 from babab/has_typo

Typofix :has('python') -> :echo has('python')
This commit is contained in:
Val Markovic 2013-02-05 15:04:36 -08:00
commit dc54f2bdb9
2 changed files with 4 additions and 4 deletions

View File

@ -189,8 +189,8 @@ See the FAQ if you have any issues.
from source][vim-build] (don't worry, it's easy). 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.584+, type the following in
Vim: `:has('python')`. The output should be 1. If it's 0, then get a version Vim: `:echo has('python')`. The output should be 1. If it's 0, then get a
of Vim with Python support. version of Vim with Python support.
2. **Install YCM** with [Vundle][] (or [Pathogen][], but Vundle is a better 2. **Install YCM** with [Vundle][] (or [Pathogen][], but Vundle is a better
idea). With Vundle, this would mean adding a `Bundle idea). With Vundle, this would mean adding a `Bundle

View File

@ -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 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 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: 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 ':echo has('python')'. The output should be 1. If it's 0, then get a version
Vim with Python support. of Vim with Python support.
- Install YCM with Vundle [6] (or Pathogen [10], but Vundle is a better idea). - 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 With Vundle, this would mean adding a 'Bundle 'Valloric/YouCompleteMe' line