diff --git a/Fmt.py b/Fmt.py index 850feb6..0ff4c28 100644 --- a/Fmt.py +++ b/Fmt.py @@ -317,6 +317,7 @@ def extract_variables(view): vars = view.window().extract_variables() vars['tab_size'] = str(tab_size) vars['indent'] = indent + vars['scope'] = view_scope(view) vars.update(os.environ) return vars