Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shinobukawano committed Aug 10, 2012
1 parent ddd5c3c commit 1bcdc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions readme.creole
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
= Sublime Surround

Sublime Text 2 plugin that surround word by input word.
Sublime Text 2 plugin that surround region by input word.

== License

All of Sublime Prefixr is licensed under the MIT license.
All of Sublime Surround is licensed under the MIT license.

Copyright (c) 2011 Will Bond <will@wbond.net>
Copyright (c) 2012 Shinobu Kawano <kawanoshinobu@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion sublime_surround.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def on_done(self, word):
# Replace the selection with transformed text
self.view.replace(self.edit, region, surroundStr)


def run(self, edit):

self.edit = edit
Expand Down

0 comments on commit 1bcdc4a

Please sign in to comment.