Skip to content

Yankstack conflicts with auto save autocmd #61

@0xC0FFEE

Description

@0xC0FFEE

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions