Skip to content

Commit

Permalink
ST 3169 is the same with 3170
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcherng committed May 9, 2018
1 parent d5ac09d commit 6baa818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansi.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ def clear_build_settings(self, settings):
self.process_trigger = None

def on_data_process(self, proc, data):
needDataCodec = True if int(sublime.version()) < 3170 else False
# note that ST 3169 is the same with 3170
needDataCodec = True if int(sublime.version()) < 3169 else False

view = self.output_view
if not view.settings().get("syntax") == "Packages/ANSIescape/ANSI.tmLanguage":
Expand Down

0 comments on commit 6baa818

Please sign in to comment.