Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 27, 2024
1 parent a30acde commit 8c5b190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ def input(self, args: dict) -> sublime_plugin.TextInputHandler | None:
return None
placeholder = args.get("placeholder", "")
if not placeholder:
if point is None:
return None
# guess the symbol name
placeholder = self.view.substr(self.view.word(point))
return RenameSymbolInputHandler(self.view, placeholder)
Expand Down

0 comments on commit 8c5b190

Please sign in to comment.