Closed vvarik closed 9 months ago
I get the same behavior if I manually start a terminal in Neovim. Example:
:split
:terminal
:wq
(after a while) to close shell scriptexit
in the shell bufferSo, if you find Neovim commands with the desired result, I will change the corresponding code in the function SplitWindowToR()
in R/nvimbuffer.vim
.
Nvim-R is being superseded by R.nvim, a new project that will be inaugurated in a week at the R-nvim organization. Please, check out tmp-Nvim-R and help us to find the last remaining bugs before R.nvim inauguration. When the project is officially started, you will be able to open issues there and request new features.
Nvim-R will remain alive as a feature-frozen project for Vim users. If you want to know the reason, please, see this discussion.
If I do:
nvim script.R
<localleader>rf
to open R:wq
(after a while) to close script.Rq()
in R bufferExpectation: nvim session ends Happens instead: I will be returned to script.R buffer and I need to close it (
:q
) again.How to achieve the expected behaviour?
nvim-r 0.9.13, neovim 0.6.1, Ubuntu 20.04.6