Skip to content

Commit

Permalink
Fix copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui54 committed May 12, 2021
1 parent 20247fc commit d57ce4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rplugin/python3/defx/kind/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def paste(self, view: View, src: SFTPPath, dest: SFTPPath,
elif action == ClipboardAction.LINK:
pass
view._vim.command('redraw')
return

if action == ClipboardAction.COPY:
if src.is_dir():
Expand Down

0 comments on commit d57ce4c

Please sign in to comment.