Further cleaned up styling

This commit is contained in:
Abel Martin
2012-03-26 12:42:40 -03:00
parent 73b3fe939c
commit 57ffc642e1

View File

@@ -3,8 +3,9 @@ The NERD Commenter requires Vim 7 or higher.
Extract the plugin files in your ~/.vim (*nix) or ~/vimfiles (Windows). You Extract the plugin files in your ~/.vim (*nix) or ~/vimfiles (Windows). You
should have 2 files: should have 2 files:
1. plugin/NERD_commenter.vim
2. doc/NERD_commenter.txt plugin/NERD_commenter.vim
doc/NERD_commenter.txt
Next, to finish installing the help file run: Next, to finish installing the help file run:
* :helptags ~/.vim/doc * :helptags ~/.vim/doc
@@ -14,7 +15,8 @@ See **|add-local-help|** for more details.
Make sure that you have filetype plugins enabled, as the script makes use of Make sure that you have filetype plugins enabled, as the script makes use of
**|'commentstring'|** where possible (which is usually set in a filetype plugin). **|'commentstring'|** where possible (which is usually set in a filetype plugin).
See **|filetype-plugin-on|** for details, but basically, stick this in your vimrc: See **|filetype-plugin-on|** for details, but basically, stick this in your vimrc:
> filetype plugin on
filetype plugin on
# Usage # Usage