Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasted over text comes back when using <CTRL-N> and <CTRL-P> #105

Open
mhinton opened this issue Jul 28, 2017 · 1 comment
Open

Pasted over text comes back when using <CTRL-N> and <CTRL-P> #105

mhinton opened this issue Jul 28, 2017 · 1 comment

Comments

@mhinton
Copy link

mhinton commented Jul 28, 2017

If I have this text and I copy the words 'one', 'two', and 'three'.

one
two
three
four

Then on the word four I highlight it and paste via vep. I then have this:

one
two
three
three

If I then try and go through the yanks I get this:

one
two
three
ftwoour

Here are my Easyclip settings:

let g:EasyClipAutoFormat = 1 " automatically format text immediately after it is pasted
let g:EasyClipUsePasteToggleDefaults = 0
nmap EasyClipSwapPasteForward
nmap EasyClipSwapPasteBackwards

@svermeulen
Copy link
Owner

This does work properly if you use the substitution operator. Have you tried that?

I'm not sure if there's much we can do about this, but you're right it is strange behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants