fixing a typo

This commit is contained in:
Abel Martin 2012-03-26 13:15:42 -03:00
parent 4afef1116c
commit cef3a9ce39

View File

@ -1,6 +1,7 @@
# Installation
*\*For simplicity, let's use **[VIM_ROOT]** which will mean ~/.vim (\*nix) or ~/vimfiles (Windows)*
*\*For simplicity, let's use **[VIM_ROOT]** which will mean ~/.vim (\*nix) or ~/vimfiles (Windows)*
The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
plugin/NERD_commenter.vim
@ -8,7 +9,7 @@ The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
### Classic Install
1. Extract the plugin files in your **[VIM_ROOT]**/pulgin and **[VIM_ROOT]**/doc folders respectively.
1. Extract the plugin files into your **[VIM_ROOT]**/pulgin and **[VIM_ROOT]**/doc folders respectively.
2. Finish the install by updating your help files. Run:
<pre><code>:helptags **[VIM_ROOT]**/doc</code></pre>