We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCommentBlock does not replace substrings defined in replacements option when block gets commented if middle option is left empty.
TCommentBlock
replacements
middle
The issue gets away without any apparent damage when this if condition is removed.
if
The text was updated successfully, but these errors were encountered:
closes tomtom#233 and tomtom#234
2246641
* always substitute comment markers in entire block comment * indentation of block comments respects tabstop and expandtab settings
Successfully merging a pull request may close this issue.
TCommentBlock
does not replace substrings defined inreplacements
option when block gets commented ifmiddle
option is left empty.The issue gets away without any apparent damage when this
if
condition is removed.The text was updated successfully, but these errors were encountered: