From 9dbc046d83b300bf59c43a7d6a5de68d70bc4a58 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Wed, 29 Dec 2010 22:15:42 +1000 Subject: [PATCH] Fixed typo in the readme file --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 658a587..8f7dfb6 100644 --- a/README.markdown +++ b/README.markdown @@ -23,7 +23,7 @@ Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?scrip The default mapping to toggle the plugin is `ig` ### Setting custom indent colors -Here's an example of how to define custom colors instead using of the ones the plugin automatically generates for you. Add this to your `.vimrc` file: +Here's an example of how to define custom colors instead of using the ones the plugin automatically generates for you. Add this to your `.vimrc` file: let g:indent_guides_auto_colors = 0 autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=red ctermbg=3