mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 12:13:47 -05:00
fixing a typo
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Installation
|
# 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:
|
The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
|
||||||
|
|
||||||
plugin/NERD_commenter.vim
|
plugin/NERD_commenter.vim
|
||||||
@@ -8,7 +9,7 @@ The NERD Commenter requires Vim 7 or higher is comprised of 2 files:
|
|||||||
|
|
||||||
### Classic Install
|
### 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:
|
2. Finish the install by updating your help files. Run:
|
||||||
|
|
||||||
<pre><code>:helptags **[VIM_ROOT]**/doc</code></pre>
|
<pre><code>:helptags **[VIM_ROOT]**/doc</code></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user