Skip to content

Commit

Permalink
add a simple status message when the file is sucessfully fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
weslly committed Dec 28, 2011
1 parent 465a1dc commit 9e72c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fetch.py
Expand Up @@ -43,4 +43,5 @@ def run(self, edit, url):
sublime.error_message(err)

for region in self.view.sel():
self.view.replace(edit, region, self.result)
self.view.replace(edit, region, self.result)
sublime.status_message("The file was successfully fetched from " + url)

0 comments on commit 9e72c8d

Please sign in to comment.