diff --git a/README.markdown b/README.markdown index 940fc90..658a587 100644 --- a/README.markdown +++ b/README.markdown @@ -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). * Will highlight indent levels with alternating colors. * 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 * vim 7.2+ diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index bf45f57..2fbc107 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -35,6 +35,7 @@ Features:~ only). * Will highlight indent levels with alternating colors. * 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*