From 4f8f996e7c4246f7eb0b763709ae4243501612d9 Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Thu, 24 Mar 2016 07:03:35 -0300 Subject: [PATCH] Version 0.9.3 --- Makefile | 10 ++++++++-- R/common_global.vim | 2 +- doc/Nvim-R.txt | 12 ++++++++---- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2cc9404d..9a8a46d2 100644 --- a/Makefile +++ b/Makefile @@ -5,14 +5,20 @@ ########################################################### PLUGINHOME=`pwd` -PLUGINVERSION=0.9.2 +PLUGINVERSION=0.9.3 PLUGINRELEASEDATE=`date +"%Y-%m-%d"` +ifeq (, $(shell which nvim)) + VIMEXEC=vim +else + VIMEXEC=nvim +endif + vimball: # Update the version date in doc/Nvim-R.txt header and in the news sed -i -e "s/^Version: [0-9].[0-9].[0-9].[0-9]/Version: $(PLUGINVERSION)/" doc/Nvim-R.txt sed -i -e "s/^$(PLUGINVERSION) (201[0-9]-[0-9][0-9]-[0-9][0-9])$$/$(PLUGINVERSION) ($(PLUGINRELEASEDATE))/" doc/Nvim-R.txt - nvim -c "%MkVimball Nvim-R ." -c "q" list_for_vimball + $(VIMEXEC) -c "%MkVimball Nvim-R ." -c "q" list_for_vimball mv Nvim-R.vmb /tmp clean: diff --git a/R/common_global.vim b/R/common_global.vim index 41c2a389..760a3461 100644 --- a/R/common_global.vim +++ b/R/common_global.vim @@ -902,7 +902,7 @@ function WaitNvimcomStart() endif if g:R_tmux_split - " Environment variables persists across Tmux windows. + " Environment variables persist across Tmux windows. " Unset NVIMR_TMPDIR to avoid nvimcom loading its C library " when R was not started by Neovim: call system("tmux set-environment -u NVIMR_TMPDIR") diff --git a/doc/Nvim-R.txt b/doc/Nvim-R.txt index 11209e41..03ace7b3 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.2 +Version: 0.9.3 For Neovim >= 0.1.2 and Vim >= 7.4.1579 1. Overview |Nvim-R-overview| @@ -121,8 +121,8 @@ 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` released with Nvim-R: + If you can't install Rtools, you may want to install the latest Windows + binary `nvimcom.zip` released with Nvim-R: https://github.com/jalvesaq/Nvim-R/releases - The Nvim-R plugin sets the environment variable `R_DEFAULT_PACKAGES`, @@ -1694,7 +1694,7 @@ text editors which allow users to jump from a specific line in the text editor to the corresponding line in the PDF viewer and vice-versa. The Nvim-R has support for the SyncTeX systems of five applications: - Linux: Evince, Zathura and Okular + Linux: Zathura, Evince and Okular OS X: Skim Windows: SumatraPDF @@ -2668,6 +2668,10 @@ step-by-step procedure to run Nvim-R remotely: 10. News~ +0.9.3 (2016-03-23) + + * Build nvimcom even when Nvim-R directory in non-writable. + 0.9.2 (2016-03-19) * Support Vim.