From dea33eb9be7312a852983c2e58fbf177b02fb2a5 Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Sun, 19 Aug 2018 08:25:16 -0300 Subject: [PATCH] Version 0.9.12 --- Makefile | 2 +- doc/Nvim-R.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4a472786..542181d5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ########################################################### PLUGINHOME=`pwd` -PLUGINVERSION=0.9.11.1 +PLUGINVERSION=0.9.12 PLUGINRELEASEDATE=`date +"%Y-%m-%d"` ifeq (, $(shell which nvim)) diff --git a/doc/Nvim-R.txt b/doc/Nvim-R.txt index d1abd429..796c7477 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.11.1 +Version: 0.9.12 For Neovim >= 0.2.0 and Vim >= 8.0.0946 1. Overview |Nvim-R-overview| @@ -1912,10 +1912,10 @@ from vim-pandoc or LaTeX-Box If you want a different function for completion of non R code, you should not set the value 'omnifunc' in your |vimrc| because you would lose the completion of R objects. It is better to use an |autocmd| to set the value of buffer the -variable `b:rplugin_nonr_omnifunc`. Examples: +variable `b:rplugin_non_r_omnifunc`. Examples: > - autocmd FileType rnoweb let b:rplugin_nonr_omnifunc = "g:LatexBox_Complete" - autocmd FileType rmd let b:rplugin_nonr_omnifunc = "g:omnifunc=pandoc#completion#Complete" + autocmd FileType rnoweb let b:rplugin_non_r_omnifunc = "g:LatexBox_Complete" + autocmd FileType rmd let b:rplugin_non_r_omnifunc = "g:omnifunc=pandoc#completion#Complete" < Note: On Windows, Nvim-R's bibliographic completion works only with ascii letters. @@ -2982,7 +2982,7 @@ goal (tested on April, 2017). *Nvim-R-news* 10. News~ -0.9.11.1 (2018-07-23) +0.9.12 (2018-08-19) * Minor bug fixes. * Bibliographic completion for Rmd.