Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
* Add `indent_blankline_max_indent_increase`
  • Loading branch information
lukas-reineke committed Sep 6, 2021
1 parent f1b2892 commit 2cea200
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions doc/indent_blankline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


Author: Lukas Reineke <[email protected]>
Version: 2.4.0
Version: 2.5.0

==============================================================================
CONTENTS *indent-blankline*
Expand Down Expand Up @@ -223,13 +223,9 @@ g:indent_blankline_indent_level *g:indent_blankline_indent_level*
------------------------------------------------------------------------------
g:indent_blankline_max_indent_increase *g:indent_blankline_max_indent_increase*

The maximum indent level increase compared to the last normally indented
line that make a line a normally indented line. For an abnormally indented
line, the indent level is shown like a blank line in its position.
This option doesn't apply to lines where treesitter is used (currently
only blank lines).
Set this option to 1 to make aligned trailing comments that occupy the
whole line look less ugly.
The maximum indent level increase from line to line.
Set this option to 1 to make aligned trailing multiline comments not
create indentation.

Default: g:indent_blankline_indent_level ~

Expand Down Expand Up @@ -525,6 +521,9 @@ g:indent_blankline_debug *g:indent_blankline_debug*
==============================================================================
6. CHANGELOG *indent-blankline-changelog*

2.5.0
* Add |g:indent_blankline_max_indent_increase|

2.4.0
* Remove `indent_blankline_respect_list`
* Add |g:indent_blankline_disable_with_nolist|
Expand Down

0 comments on commit 2cea200

Please sign in to comment.