From d639a48f04cd704194ef529739651b22a104817e Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Thu, 30 Dec 2010 20:35:22 +1000 Subject: [PATCH] Fixed a typo in the readme and help file --- README.markdown | 2 +- doc/indent_guides.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 697c063..3785bee 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Indent Guides is a plugin for visually displaying indent levels in Vim. * Can detect both tab and space indent styles. * 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. +* 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 diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index 42f3c0b..1f6b34e 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -36,7 +36,7 @@ Features:~ * 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. + * 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).