From 836577990438301e7606ed9b9930e80bccff2ff9 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Wed, 29 Dec 2010 21:50:42 +1000 Subject: [PATCH] Added Windows support info to the readme and help file --- README.markdown | 1 + doc/indent_guides.txt | 1 + 2 files changed, 2 insertions(+) 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*