Skip to content

Commit 0c21480

Browse files
committed
Updated the help file to reflect the latest changes
1 parent 2ea3460 commit 0c21480

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

doc/indent_guides.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010

1111
Author: Nate Kane <nathanaelkane AT gmail DOT com>
12-
Version: 1.2
13-
Last Change: 10 Jan 2011
12+
Version: 1.3
13+
Last Change: 17 Jan 2011
1414

1515
==============================================================================
1616
CONTENTS *indent-guides-contents*
@@ -95,9 +95,9 @@ in an autocmd.
9595
Use this option to control the percent at which the highlight colors will be
9696
lightened or darkened.
9797

98-
Default: 5 (5%). Values: between 0 and 100.
98+
Default: 10 (10%). Values: between 0 and 100.
9999
>
100-
let g:indent_guides_color_change_percent = 5
100+
let g:indent_guides_color_change_percent = 10
101101
<
102102

103103
------------------------------------------------------------------------------
@@ -203,10 +203,16 @@ Bug reports, feedback, suggestions etc are welcomed.
203203
==============================================================================
204204
7. CHANGELOG *indent-guides-changelog*
205205

206+
1.3~
207+
* Changed the default value of g:|indent_guides_color_change_percent| to 10.
208+
* Added support for gVim themes that don't specify a `hi Normal guibg`
209+
color.
210+
206211
1.2~
207212
* Customizable size for indent guides, eg. skinny guides (soft-tabs only).
208213
* Customizable start indent level.
209214
* Refactored some internal logic.
215+
210216
1.1~
211217
* Added basic support for Terminal Vim. See |indent-guides-terminal-vim| for
212218
more information.
@@ -223,7 +229,7 @@ Bug reports, feedback, suggestions etc are welcomed.
223229
The MIT Licence
224230
http://www.opensource.org/licenses/mit-license.php
225231

226-
Copyright (c) 2010 Nate Kane
232+
Copyright (c) 2010-2011 Nate Kane
227233

228234
Permission is hereby granted, free of charge, to any person obtaining a copy
229235
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)