Vim-R-plugin icon indicating copy to clipboard operation
Vim-R-plugin copied to clipboard

Plugin to work with R (forked for development only)

Results 6 Vim-R-plugin issues
Sort by recently updated
recently updated
newest added

Vim has two new features (+channel and +job) that are similar to [Neovim](https://github.com/neovim/neovim)'s job control. So, it became easier to support both Vim and Neovim in the same plugin. I...

I'm using the clipboard, to get data that I've copied from Excel. However, when I run the following line with Vim-R-Plugin, it saves the line of code instead of what's...

Is it possible to have many plot displayed at the same time? Like an option to always have a new window that open every time you do plot(...) Thanks, awesome...

Feature request

The function r-plugin/functions.vim/FillRLibList() calls `syntax enable` and it is causing me some problems. At the least, my statusbar loses my specified coloring and my italicized comments (`hi Comment cterm=italic`) go...

Vim limitation

I particularly like the \rf command to load a function and jump to the next. However, there are two issues with Vim-R’s implementation which means that I cannot use the...

Bug

Would it be possible to add support for executing individual bash, etc. chunks? Currently, when `\ce` is used, all chunks are treated as R code. I'm not sure how feasible...

Feature request