vscode-emacs-friendly icon indicating copy to clipboard operation
vscode-emacs-friendly copied to clipboard

Make it possible that yank overwrites selection correctly

Open shibayu36 opened this issue 5 years ago • 0 comments

README.md says that yank overwrites selection, but this feature doesn't work correctly. Maybe this is because editor.action.clipboardPasteAction and emacs.exitMarkMode are running in parallel using Promise.all.

In this pull request, I fixed yank to replace selection collectly.

shibayu36 avatar Dec 01 '19 13:12 shibayu36