Skip to content

Commit

Permalink
Show errors directly when opening a file
Browse files Browse the repository at this point in the history
  • Loading branch information
cynddl committed Dec 31, 2013
1 parent 15612a7 commit 289305e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def on_activated(self, view):
"""
self.process = merlin_process(view.file_name())
load_project(view)
self.show_errors(view)

@only_ocaml
def on_modified(self, view):
Expand Down

0 comments on commit 289305e

Please sign in to comment.