1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

add "with context" to access variables with macro

This commit is contained in:
deadc0de6
2020-08-30 11:23:05 +02:00
parent 016496ee79
commit fe5cec3427

View File

@@ -83,7 +83,7 @@ cat > ${tmps}/dotfiles/macro_file << _EOF
_EOF
cat > ${tmps}/dotfiles/abc << _EOF
{%@@ from 'macro_file' import macro @@%}
{%@@ from 'macro_file' import macro with context @@%}
{{@@ macro(local) @@}}
_EOF