Skip to content

Commit d735b5b

Browse files
committed
More docs
1 parent 8e29f11 commit d735b5b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/inline_edit.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,19 @@ the margins of the area to edit. The other entries are as follows:
335335

336336
- indent_adjustment:
337337

338-
Setting it to "1" will indent the proxy buffer's contents 1 indentation
339-
level more than the surrounding patterns. If it's "2", it will be two
338+
Setting it to 1 will indent the proxy buffer's contents 1 indentation
339+
level more than the surrounding patterns. If it's 2, it will be two
340340
levels, and so on. The default is 0, which means that the contents of
341341
the proxy buffer will be indented with the level of the delimiting
342342
patterns (the end pattern, to be precise).
343343

344+
- include_margins:
345+
346+
Setting it to 1 will take any content after the starting delimiter and
347+
before the ending delimiter on their same lines. So, if the delimiters
348+
are not line-based, but they include part of the line before/after the
349+
delimiter, this setting will open that extra content at the margins.
350+
344351
With a "start" pattern in an indent-based filetype ~
345352
>
346353
let g:inline_edit_patterns = [

0 commit comments

Comments
 (0)