Skip to content

Commit

Permalink
Updated the help file and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelkane committed Dec 12, 2010
1 parent 7727acb commit 0c0ac44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.markdown
@@ -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.

Expand Down
8 changes: 6 additions & 2 deletions doc/indent_guides.txt
@@ -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*
____ __ __ ______ _ __
Expand Down Expand Up @@ -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*

Expand Down

0 comments on commit 0c0ac44

Please sign in to comment.