Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlaerte committed Dec 28, 2016
1 parent 1790c91 commit 33e1114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DumbestIpsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(self, edit, qty=1, person="dilma"):
elif self.view.substr(r2).lower() == 'dilmes':
self.view.erase(edit, r2)
selection = sublime.Region(r2.begin())
elif self.view.substr(r2).lower() == 'trump':
elif self.view.substr(r3).lower() == 'trump':
self.view.erase(edit, r3)
selection = sublime.Region(r3.begin())
else:
Expand Down

0 comments on commit 33e1114

Please sign in to comment.