9
9
10
10
11
11
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
14
14
15
15
==============================================================================
16
16
CONTENTS *indent-guides-contents*
@@ -95,9 +95,9 @@ in an autocmd.
95
95
Use this option to control the percent at which the highlight colors will be
96
96
lightened or darkened.
97
97
98
- Default: 5 (5 %). Values: between 0 and 100.
98
+ Default: 10 (10 %). Values: between 0 and 100.
99
99
>
100
- let g:indent_guides_color_change_percent = 5
100
+ let g:indent_guides_color_change_percent = 10
101
101
<
102
102
103
103
------------------------------------------------------------------------------
@@ -203,10 +203,16 @@ Bug reports, feedback, suggestions etc are welcomed.
203
203
==============================================================================
204
204
7. CHANGELOG *indent-guides-changelog*
205
205
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
+
206
211
1.2~
207
212
* Customizable size for indent guides, eg. skinny guides (soft-tabs only).
208
213
* Customizable start indent level.
209
214
* Refactored some internal logic.
215
+
210
216
1.1~
211
217
* Added basic support for Terminal Vim. See | indent-guides-terminal-vim | for
212
218
more information.
@@ -223,7 +229,7 @@ Bug reports, feedback, suggestions etc are welcomed.
223
229
The MIT Licence
224
230
http://www.opensource.org/licenses/mit-license.php
225
231
226
- Copyright (c) 2010 Nate Kane
232
+ Copyright (c) 2010-2011 Nate Kane
227
233
228
234
Permission is hereby granted, free of charge, to any person obtaining a copy
229
235
of this software and associated documentation files (the "Software"), to deal
0 commit comments