-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Authors: Jakson A. Aquino <[email protected]> | ||
Jose Claudio Faria <[email protected]> | ||
|
||
Version: 0.9.6 | ||
Version: 0.9.7 | ||
For Neovim >= 0.1.5 and Vim >= 8.0.0 | ||
|
||
1. Overview |Nvim-R-overview| | ||
|
@@ -101,7 +101,7 @@ Before installing the plugin, you should install its dependencies: | |
|
||
Main dependencies:~ | ||
|
||
Neovim >= 0.1.4: | ||
Neovim >= 0.1.5: | ||
https://github.com/neovim/neovim/releases | ||
See also: https://github.com/neovim/neovim/wiki/Installing-Neovim | ||
|
||
|
@@ -161,7 +161,7 @@ Additional dependencies for editing Rnoweb documents:~ | |
(Not required on either Windows or OS X) | ||
|
||
|
||
Additional suggestions for Unix (Linux, OS X, etc.):~ | ||
Additional suggestions for Unix (Linux, OS X, Cygwin, etc.):~ | ||
|
||
ncurses-term: http://invisible-island.net/ncurses | ||
Might be necessary if you want support for 256 colors at the | ||
|
@@ -2699,15 +2699,20 @@ step-by-step procedure to run Nvim-R remotely: | |
*Nvim-R-news* | ||
10. News~ | ||
|
||
0.9.6 (2016-09-23) | ||
0.9.7 (2016-09-26) | ||
|
||
* 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. | ||
|
||
0.9.6 (2016-08-10) | ||
|
||
* New option: R_open_example. | ||
* Replaced R_nvimcom_wait (time in miliseconds) with R_wait (time in seconds). | ||
* 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. | ||
* Require Vim >= 8.0.0 or Neovim >= 0.1.5. | ||
|
||
0.9.5 (2016-05-18) | ||
|
||
|