Skip to content

Commit

Permalink
Version 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jan 30, 2018
1 parent 41459c1 commit 4e9981e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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.10.1
PLUGINVERSION=0.9.11
PLUGINRELEASEDATE=`date +"%Y-%m-%d"`

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

1. Overview |Nvim-R-overview|
Expand Down Expand Up @@ -944,10 +944,9 @@ let Neovim highlight the terminal contents as it was a .Rout file type. Two
advantages of colorout are the possibility of highlighting numbers close to
zero in a different color and the distinction between stdout and stderr. The
value of R_hl_term (0 or 1) determines whether Neovim should syntax highlight
the R output, and its default value will be set to 1 if the package colorout
is not loaded at the moment that you send the first command to R console.
If you prefer do not rely on the auto detection of colorout, you should set
the value of R_hl_term in your |vimrc|. Example:
the R output, and its default value will be set to 0 if the package colorout
is loaded. If you prefer do not rely on the auto detection of colorout, you
should set the value of R_hl_term in your |vimrc|. Example:
>
let R_hl_term = 0
<
Expand Down Expand Up @@ -2923,7 +2922,7 @@ inserted into a tmux window using <Shift> and the middle mouse button.
*Nvim-R-news*
10. News~

0.9.10.1 (2017-12-30)
0.9.11 (2018-01-29)

* The option R_latexcmd now is a list and the option R_latexmk no longer
exists. By default, latexmk and xelatex will be called to compile pdf
Expand Down
1 change: 0 additions & 1 deletion list_for_vimball
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ R/zathura.vim
R/nvimrcom.vim
R/nvimcom/DESCRIPTION
R/nvimcom/NAMESPACE
R/nvimcom/NEWS
R/nvimcom/man/etags2ctags.Rd
R/nvimcom/man/nvimcom-package.Rd
R/nvimcom/man/nvim.interlace.rmd.Rd
Expand Down

0 comments on commit 4e9981e

Please sign in to comment.