Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Mar 19, 2016
1 parent 929af84 commit e2c0fb1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################################################

PLUGINHOME=`pwd`
PLUGINVERSION=0.9.1
PLUGINVERSION=0.9.2
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

vimball:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:</p>
open it and do:</p>

```
:so %
Expand Down
18 changes: 10 additions & 8 deletions doc/Nvim-R.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Authors: Jakson A. Aquino <[email protected]>
Jose Claudio Faria <[email protected]>

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|
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand All @@ -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`,
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit e2c0fb1

Please sign in to comment.