Releases: jalvesaq/Nvim-R
Releases · jalvesaq/Nvim-R
Version 0.9.10
- Change command \dt to \td and \pt to \tp.
- New default value for R_show_args = 1.
- New options: R_hi_fun_paren, R_show_arg_help,R_sttline_fmt and R_set_sttline_cmd.
- Minor bug fixes.
Version 0.9.9
- Delete option R_vsplit.
- New options: R_min_editor_width and R_wait_reply, Rtools_path, R_remote_tmpdir, R_nvimcom_home, R_paragraph_begin.
- Rename option R_ca_ck as R_clear_line
- Change in \pp behavior.
- Minor bug fixes.
Version 0.9.8
- Minor bug fixes.
- New commands: \dt and \pt
- Require Neovim >= 0.1.7.
Version 0.9.7
- Require Vim >= 8.0.0 or Neovim >= 0.1.5.
- Replaced R_nvimcom_wait (time in miliseconds) with R_wait (time in seconds).
- Minor bug fixes.
Version 0.9.6
- New option: R_open_example.
- Change default value of R_source_args to "print.eval=TRUE".
- Change in \aa and \ae: do not save the buffer before sending the whole file to R.
- Minor bug fixes.
Version 0.9.5
- Ask whether R_LIBS_USER directory should be created.
Version 0.9.4
- Delete option
R_tmux_ob
. The Object Browser will always start in a Vim split window, not in a Tmux split pane. - New option:
R_cmd
. - Minor bug fixes.
- Require Neovim >= 0.1.4 or Vim >= 7.4.1829.
Version 0.9.3
- Build nvimcom even when Nvim-R directory in non-writable.
Version 0.9.2
- Embed nvimcom.
- Support Vim.
- New option: R_app.
Version 0.9.1
- New option: R_close_term.
- Delete option: R_restart.