Updated the help file and readme

This commit is contained in:
Nate Kane 2010-12-12 19:33:16 +10:00
parent 7727acbb60
commit 0c0ac44889
2 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,14 @@
# Indent Guides
Indent Guides is a plugin for visually displaying indent levels in vim.
Indent Guides is a plugin for visually displaying indent levels in gvim.
## Features:
* Can detect both tab and space indent styles.
* Automatically inspects your colorscheme and picks appropriate colors.
* Will highlight indent levels with alternating colors.
## Requirements
* gvim 7.2+ (support for terminal vim is planned for a future release)
## Installation
To install the plugin just copy `autoload`, `plugin`, `doc` directories into your .vim directory.

View File

@ -1,4 +1,4 @@
*indent_guides.txt* A plugin for visually displaying indent levels in vim.
*indent_guides.txt* A plugin for visually displaying indent levels in gvim.
*indent-guides*
____ __ __ ______ _ __
@ -26,13 +26,17 @@ CONTENTS *indent-guides-contents*
==============================================================================
1. INTRODUCTION *indent-guides-introduction*
Indent Guides is a plugin for visually displaying indent levels in vim.
Indent Guides is a plugin for visually displaying indent levels in gvim.
Features:~
* Can detect both tab and space indent styles.
* Automatically inspects your colorscheme and picks appropriate colors.
* Will highlight indent levels with alternating colors.
Note:~
This plugin only works with gvim at the moment. Support for terminal vim is
planned for a future release.
==============================================================================
2. COMMANDS *indent-guides-commands*