Skip to content

Commit

Permalink
Change back new tab caption
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjudkins committed Sep 29, 2011
1 parent b1b7e56 commit 825254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_coffeescript(self):

def output_to_new_view(self, output):
new_view = sublime.active_window().new_file()
new_view.set_name("compiled_CoffeeScript.js")
new_view.set_name("(compiled CoffeeScript)")
new_view.set_syntax_file("Packages/JavaScript/JavaScript.tmLanguage")
new_view.set_scratch(True)
edit = new_view.begin_edit()
Expand Down

0 comments on commit 825254e

Please sign in to comment.