Skip to content

Commit

Permalink
Remove unnecessary set_timeout_async when executing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Feb 26, 2014
1 parent 33dc0cf commit 9ad0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IJulia.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def enter(self, edit):
manager.cmdhist = list(self.unique(manager.cmdhist))
self.cmdstate = -1
self.command = command
sublime.set_timeout_async(self.execute,0)
self.execute()

def execute(self):
self.kernel.execute(self.command)
Expand Down

0 comments on commit 9ad0cec

Please sign in to comment.