From c5e36cb40afd71fb073e3eb5eebdc89f9c2504f7 Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Mon, 1 Jun 2020 13:01:02 -0300 Subject: [PATCH] Version 0.9.14 --- Makefile | 2 +- README.md | 13 +++++++++---- doc/Nvim-R.txt | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 293c563e..3883c636 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ########################################################### PLUGINHOME=`pwd` -PLUGINVERSION=0.9.13.1 +PLUGINVERSION=0.9.14 PLUGINRELEASEDATE=`date +"%Y-%m-%d"` ifeq (, $(shell which nvim)) diff --git a/README.md b/README.md index a53aa485..68b492c5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/doc/Nvim-R.txt b/doc/Nvim-R.txt index 6cd0f2a5..bff3bced 100644 --- a/doc/Nvim-R.txt +++ b/doc/Nvim-R.txt @@ -5,7 +5,7 @@ Authors: Jakson A. Aquino Jose Claudio Faria -Version: 0.9.13.1 +Version: 0.9.14 For Neovim >= 0.3.4 and Vim >= 8.1 1. Overview |Nvim-R-overview| @@ -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).