From e2c0fb134fc315e377e298a9d755b2e17e4dcd58 Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Sat, 19 Mar 2016 11:14:18 -0300 Subject: [PATCH] Version 0.9.2 --- Makefile | 2 +- README.md | 2 +- doc/Nvim-R.txt | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 72765079..d030b7bc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ########################################################### PLUGINHOME=`pwd` -PLUGINVERSION=0.9.1 +PLUGINVERSION=0.9.2 PLUGINRELEASEDATE=`date +"%Y-%m-%d"` vimball: diff --git a/README.md b/README.md index b3c53cbf..4aae3706 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ follow its instructions on how to install plugins from github. To install a stable version of the plugin, download the Vimball file `Nvim-R.vmb` from [Nvim-R/releases](https://github.com/jalvesaq/Nvim-R/releases), -open it with `nvim` and do:

+open it and do:

``` :so % diff --git a/doc/Nvim-R.txt b/doc/Nvim-R.txt index f0b91389..11209e41 100644 --- a/doc/Nvim-R.txt +++ b/doc/Nvim-R.txt @@ -5,8 +5,8 @@ Authors: Jakson A. Aquino Jose Claudio Faria -Version: 0.9.1 -For Neovim 0.1.2 and Vim 7.4.1579 +Version: 0.9.2 +For Neovim >= 0.1.2 and Vim >= 7.4.1579 1. Overview |Nvim-R-overview| 2. Main features |Nvim-R-features| @@ -57,8 +57,6 @@ Nvim-R (see |R_source|). - Special highlighting for R output (.Rout files). - Spell check only strings and comments. - Fold code when foldmethod=syntax. - * Syntax highlighting for RHelp, RMarkdown and RreStructuredText. - * Smart indentation for R, RHelp, Rnoweb, RMarkdown and RreStructuredText. * Integrated communication with R: - Start/Close R. - Send lines, selection, paragraphs, functions, blocks, entire file. @@ -102,7 +100,7 @@ Before installing the plugin, you should install its dependencies: Main dependencies:~ - Neovim 0.1.2: + Neovim >= 0.1.2: https://github.com/neovim/neovim/releases See also: https://github.com/neovim/neovim/wiki/Installing-Neovim @@ -124,7 +122,7 @@ Before installing the plugin, you should install its dependencies: - On Windows, you have to install Rtools to be able to build the package: https://cran.r-project.org/bin/windows/Rtools/ If you can't install Rtools, you may want to install the windows binary - `nvimcom.zip` (not yet) released with Nvim-R: + `nvimcom.zip` released with Nvim-R: https://github.com/jalvesaq/Nvim-R/releases - The Nvim-R plugin sets the environment variable `R_DEFAULT_PACKAGES`, @@ -166,7 +164,7 @@ Before installing the plugin, you should install its dependencies: (Optional if |R_in_buffer| and not required if using R.app) You should put in your Rprofile: `library(colorout)` - Tmux >= 1.8: http://tmux.sourceforge.net + Tmux >= 2.0: http://tmux.sourceforge.net Tmux is required only if you want to run R in an external terminal emulator (see |R_in_buffer|) or if you are using Vim. @@ -2670,9 +2668,13 @@ step-by-step procedure to run Nvim-R remotely: 10. News~ -0.9.1 (2016-03-16) +0.9.2 (2016-03-19) * Support Vim. + * New option: R_app. + +0.9.1 (2016-02-28) + * New option: R_close_term. * Delete option: R_restart.