Closed vjsingh closed 4 years ago
@vjsingh This scenario is not supported. Because the indentexpr
in vim can only return the indent space of the current line, it can not modify the content.
See h:indentexpr
for more info.
@yuezk OK my fault, thanks for the info.
Given the following code block:
or
I can't get the plugin to auto-indent to the below. Is this supposed to work?