-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `indent_blankline_max_indent_increase`
- Loading branch information
1 parent
f1b2892
commit 2cea200
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
Author: Lukas Reineke <[email protected]> | ||
Version: 2.4.0 | ||
Version: 2.5.0 | ||
|
||
============================================================================== | ||
CONTENTS *indent-blankline* | ||
|
@@ -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 ~ | ||
|
||
|
@@ -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| | ||
|