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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user