Results 2 issues of sosmo

Hi, looks like killing the neovim-qt process (for example, with `kill -KILL {nvim-qt's pid}`) causes any swapfiles and thus unsaved changes to be deleted. This is in contrast to neovim...

bug

Yankstack's mappings (line 170) rely on Vim's `v:register` variable to define the currently active register. However, there's one oddity about the `v:register`: after yanking/deleting something its value doesn't update until...