jason-kane/PyYapf

Adaption in Sublime text 2

wang-zhongjian opened this issue · 2 comments

In line 205 of PyYapf.py, it asks for sublime.expand_variables while such API is only available in sublime text 3
In line 12 of PyYapf.sublime-settings, the comma inside the bracket should be removed.

Addresses in 201575f ; the comma thing shouldn't matter but I don't particularly care so I changed it anyway. I'll verify the plugin is still working then cut a release.