diff --git a/plugin/rename_file.py b/plugin/rename_file.py index f2de9575b..623a675f8 100644 --- a/plugin/rename_file.py +++ b/plugin/rename_file.py @@ -56,7 +56,7 @@ def run( if os.path.exists(new_path): self.window.status_message('Unable to Rename. Already exists') return - if old_path == '' and view: # handle renaming buffers + if old_path == '' and view: # handle renaming buffers view.set_name(Path(new_path).name) return rename_file_params: RenameFilesParams = {