File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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+
344351With a "start" pattern in an indent-based filetype ~
345352>
346353 let g:inline_edit_patterns = [
You can’t perform that action at this time.
0 commit comments