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

Yankstack conflicts with auto save autocmd #61

Open
0xC0FFEE opened this issue May 7, 2018 · 1 comment
Open

Yankstack conflicts with auto save autocmd #61

0xC0FFEE opened this issue May 7, 2018 · 1 comment

Comments

@0xC0FFEE
Copy link

0xC0FFEE commented May 7, 2018

I'm observing a conflict between my auto save autocmd and yankstack. Instead of cycling though the yank stack the same text is pasted again.

Here is the autocmd in question:

augroup auto_save
  autocmd!
  autocmd CursorHold,InsertLeave * silent! wall
augroup END

Is there a known workaround or the possibility to avoid the conflict?

Btw: thank you for this wonderful plugin <3

@mottalrd
Copy link

mottalrd commented Sep 29, 2019

I have the same issue, I use https://vimawesome.com/plugin/vim-auto-save
Thank you in advance for any recommendations!

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