We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently NyaoVim simply ignores swap files because message on detecting swap file is shown before Neovim opens screen and NyaoVim can't catch it yet.
But SwapExists auto command event may be available for this.
SwapExists
nvim
v:swapchoice
augroup nyaovim-swap autocmd SwapExists * call SendSwapNotification(v:swapname) | autocmd! nyaovim-swap augroup END
The text was updated successfully, but these errors were encountered:
rhysd
No branches or pull requests
Currently NyaoVim simply ignores swap files because message on detecting swap file is shown before Neovim opens screen and NyaoVim can't catch it yet.
But
SwapExists
auto command event may be available for this.nvim
v:swapchoice
properlyThe text was updated successfully, but these errors were encountered: