Skip to content

Commit

Permalink
Accept %TREE_INDENT()% correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 30, 2024
1 parent e1df19f commit 032eaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ function processPlaceHolder(
case 'eol':
return getLineFeed();

case 'tree_indent':
case 'tst_indent': {
const indenters = args.length == 0 ?
(rawArgs != '' ? // for backward compatibility
Expand Down

0 comments on commit 032eaa9

Please sign in to comment.