Vector35/snippets

current_variable is set to token value instead of variable

Closed this issue · 1 comments

I believe this is mistake, there is current_variable is set twice, first to actual variable and then to selected token.

snippets/__init__.py

Lines 192 to 193 in 921cc51

snippetGlobals['current_variable'] = var
snippetGlobals['current_variable'] = token

Closing this issue, as it fixed in 984c55f