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

Turning off BlackHoleRedirect does not always work #123

Open
petersohn opened this issue Aug 24, 2018 · 0 comments
Open

Turning off BlackHoleRedirect does not always work #123

petersohn opened this issue Aug 24, 2018 · 0 comments

Comments

@petersohn
Copy link

I like to keep the default behavior of vim so I have the following config:

let g:EasyClipUseSubstituteDefaults = 0
nmap <silent> S <plug>SubstituteOverMotionMap
nmap <silent> SS <plug>SubstituteLine
xmap <silent> S <plug>XEasyClipPaste
let g:EasyClipShareYanks = 1
let g:EasyClipCopyExplicitRegisterToDefault = 1
let g:EasyClipShareYanksDirectory = "/tmp"
let g:EasyClipEnableBlackHoleRedirect = 0
let g:EasyClipUseCutDefaults = 0
let g:EasyClipUsePasteToggleDefaults = 0 " TODO: Enable it when fixed
let g:EasyClipYankHistorySize = 10

Notice that EasyClipEnableBlackHoleRedirect is disabled. Normally, everything works as intended, but sometimes, after deleting with d or c, the register becomes empty instead of containing the text I just deleted. I cannot reliably reproduce the issue, but it usually comes up after I don't use copy/paste for a time. Undoing and repeating the deletion fixes the issue.

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

1 participant