ITADN

Update cs_parser.py

#90Pull Requestasakasinsky 创建于 2023-03-06
A
asakasinskycommented
Without this imports I catch this error: ``` File "/Users/X/Library/Application Support/Sublime Text/Packages/Clojure Sublimed/cs_conn.py", line 51, in eval region = cs_parser.topmost_form(view, region.begin()) File "/Users/X/Library/Application Support/Sublime Text/Packages/Clojure Sublimed/cs_parser.py", line 405, in topmost_form if point >= view.size() or view.substr(sublime.Region(point, point + 1)).isspace(): NameError: name 'sublime' is not defined ```
合并状态:未合并 关闭于 2023-03-06 1 条评论