You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: