diff --git a/doc/indent_guides.txt b/doc/indent_guides.txt index ba635af..e0fa05b 100644 --- a/doc/indent_guides.txt +++ b/doc/indent_guides.txt @@ -260,8 +260,8 @@ Bug reports, feedback, suggestions etc are welcomed. soft indentation (thanks @sergey-vlasov). * Added option g:|indent_guides_default_mapping| to control whether the default mapping (ig) gets set (thanks @suy). - * Set size of indent guide to `tabstop` value when `shiftwidth=0` is used - (thanks @darkfeline). + * Set size of indent guide to `tabstop` value when `shiftwidth=0` or + `noexpandtab` is used (thanks @darkfeline and @wilywampa). 1.7~ * Added way to override the default mapping (thanks @xuhdev).