Skip to content

Commit

Permalink
Version 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Aug 19, 2018
1 parent e36e006 commit dea33eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.11.1
PLUGINVERSION=0.9.12
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

ifeq (, $(shell which nvim))
Expand Down
10 changes: 5 additions & 5 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.11.1
Version: 0.9.12
For Neovim >= 0.2.0 and Vim >= 8.0.0946

1. Overview |Nvim-R-overview|
Expand Down Expand Up @@ -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.

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

0 comments on commit dea33eb

Please sign in to comment.