Added Windows support info to the readme and help file

This commit is contained in:
Nate Kane 2010-12-29 21:50:42 +10:00
parent 38a4501224
commit 8365779904
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Indent Guides is a plugin for visually displaying indent levels in vim.
* Automatically inspects your colorscheme and picks appropriate colors (gvim only). * Automatically inspects your colorscheme and picks appropriate colors (gvim only).
* Will highlight indent levels with alternating colors. * Will highlight indent levels with alternating colors.
* Full support for gvim and basic support for terminal vim. * Full support for gvim and basic support for terminal vim.
* Seems to work on Windows gvim 7.3 (haven't done any extensive tests though).
## Requirements ## Requirements
* vim 7.2+ * vim 7.2+

View File

@ -35,6 +35,7 @@ Features:~
only). only).
* Will highlight indent levels with alternating colors. * Will highlight indent levels with alternating colors.
* Full support for gvim and basic support for terminal vim. * Full support for gvim and basic support for terminal vim.
* Seems to work on Windows gvim 7.3 (haven't done any extensive tests though).
============================================================================== ==============================================================================
2. COMMANDS *indent-guides-commands* 2. COMMANDS *indent-guides-commands*