-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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| | ||
|
@@ -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. | ||
|