Nvim-R icon indicating copy to clipboard operation
Nvim-R copied to clipboard

Tmux no longer being spawned, getting R inside of a vim buffer instead

Open slagtermaarten opened this issue 3 years ago • 4 comments

Hi, Thanks first and foremost for maintaining this super useful package. I recently updated my vim packages and now notice new R sessions are no longer being spawned in new tmux panes, but in new vim buffers instead. I haven't altered my vim settings at all since this 'break' occurred. Is this the end of tmux support of the master branch? Or can I still get it to work somehow? Kind regards, Maarten

slagtermaarten avatar Sep 06 '21 10:09 slagtermaarten

Maybe this is a duplicate of https://github.com/jalvesaq/Nvim-R/issues/474

jalvesaq avatar Sep 06 '21 10:09 jalvesaq

Hi, thanks, it's not. I had already implemented the changes suggested in the linked article.

slagtermaarten avatar Sep 06 '21 13:09 slagtermaarten

I can't replicate the issue. Although I'm no longer maintaining the code it still works with both Vim and Neovim:

let R_source = '/path/to/Nvim-R/R/tmux_split.vim'

jalvesaq avatar Sep 06 '21 14:09 jalvesaq

Hmm that's weird, it doesn't work for me anymore and I don't recall changing anything related. The buffer based version seems to work for me as well, I'll work like this for a while. Thanks..!

slagtermaarten avatar Sep 07 '21 04:09 slagtermaarten