Skip to content

Commit

Permalink
Version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Sep 26, 2016
1 parent 02f5bd9 commit 32797d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 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.6
PLUGINVERSION=0.9.7
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

ifeq (, $(shell which nvim))
Expand Down
2 changes: 1 addition & 1 deletion R/common_global.vim
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function RWarningMsgInp(wmsg)
endfunction

if !has("nvim") && v:version < "800"
call RWarningMsgInp("Nvim-R requires either Neovim >= 0.1.4 or Vim >= 8.0.\nIf using Vim, it must have been compiled with both +channel and +job features.\n")
call RWarningMsgInp("Nvim-R requires either Neovim >= 0.1.5 or Vim >= 8.0.\nIf using Vim, it must have been compiled with both +channel and +job features.\n")
let g:rplugin_failed = 1
finish
endif
Expand Down
17 changes: 11 additions & 6 deletions doc/Nvim-R.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -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

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

Expand Down

0 comments on commit 32797d4

Please sign in to comment.