Skip to content

Commit

Permalink
Version 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jun 1, 2020
1 parent 3c62f17 commit c5e36cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.13.1
PLUGINVERSION=0.9.14
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

ifeq (, $(shell which nvim))
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ R code.
If you use a plugin manager, such as [vim-plug], follow its instructions on
how to install plugins from github.

To install a stable version of the plugin, either download the Vim package from
[Nvim-R/releases](https://github.com/jalvesaq/Nvim-R/releases)
or the Vimball from
[vim.org](http://www.vim.org/scripts/script.php?script_id=2628).
To install the stable version of the plugin, if using [vim-plug], put this in
your `vimrc`/`init.vim`:

```
Plug 'jalvesaq/Nvim-R', {'branch': 'stable'}
```

The `stable` branch is a copy of the last released version plus minor bug
fixes eventually found after the release.

Please, read the section *Installation* from the plugin's
[documentation](https://raw.githubusercontent.com/jalvesaq/Nvim-R/master/doc/Nvim-R.txt)
Expand Down
4 changes: 2 additions & 2 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 <jalvesaq@gmail.com>
Jose Claudio Faria <joseclaudio.faria@gmail.com>

Version: 0.9.13.1
Version: 0.9.14
For Neovim >= 0.3.4 and Vim >= 8.1

1. Overview |Nvim-R-overview|
Expand Down Expand Up @@ -3172,7 +3172,7 @@ Examples:
*Nvim-R-news*
10. News~

0.9.13.1 (2020-05-31)
0.9.14 (2020-06-01)

* New command \su (send all lines above the current one).
* New command \m (send lines from motion command).
Expand Down

0 comments on commit c5e36cb

Please sign in to comment.