@@ -262,27 +262,27 @@ Bug reports, feedback, suggestions etc are welcomed.
262
262
default mapping (<Leader> ig) gets set (thanks @suy).
263
263
264
264
1.7~
265
- * Added way to override the default mapping (thanks xuhdev).
265
+ * Added way to override the default mapping (thanks @ xuhdev).
266
266
* Added option g:| indent_guides_exclude_filetypes | to specify a list of
267
267
filetypes to disable the plugin for.
268
268
* Disable the plugin when in a diff.
269
269
* Various bug fixes.
270
270
271
271
1.6~
272
272
* Added option g:| indent_guides_space_guides | to control whether spaces are
273
- considered as indention (thanks scoz).
274
- * Added 'doc/tags' to gitignore (thanks lenniboy).
275
- * Fixed E803 ID not found spam (thanks mutewinter).
276
- * Fixed str2float issue with Vim 7.1 (thanks acx0).
273
+ considered as indention (thanks @ scoz).
274
+ * Added 'doc/tags' to gitignore (thanks @ lenniboy).
275
+ * Fixed E803 ID not found spam (thanks @ mutewinter).
276
+ * Fixed str2float issue with Vim 7.1 (thanks @ acx0).
277
277
278
278
1.5~
279
279
* Added highlight support for files with a mixture of tab and space indent
280
- styles (thanks graywh).
280
+ styles (thanks @ graywh).
281
281
* Added -bar to all the :commands so they can chain with other :commands
282
- (thanks to graywh).
283
- * No longer overriding pre-defined custom highlight colors (thanks graywh).
282
+ (thanks to @ graywh).
283
+ * No longer overriding pre-defined custom highlight colors (thanks @ graywh).
284
284
* Using str2float to work around a float bug in some versions of Vim 7.2
285
- (thanks voidus).
285
+ (thanks @ voidus).
286
286
287
287
1.4~
288
288
* Added the new plugin option g:| indent_guides_enable_on_vim_startup | .
0 commit comments