diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-20 10:37:19 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:43:36 -0400 |
commit | ea18b4a60f3b89d261c46b030d3d026ddad864bb (patch) | |
tree | e853d1a1306f9b636d4eb183487a4458283e249f /runtime/syntax/rrst.vim | |
parent | 1f54d253e169fbc483cc485f9b3092a8da1f62db (diff) | |
download | rneovim-ea18b4a60f3b89d261c46b030d3d026ddad864bb.tar.gz rneovim-ea18b4a60f3b89d261c46b030d3d026ddad864bb.tar.bz2 rneovim-ea18b4a60f3b89d261c46b030d3d026ddad864bb.zip |
vim-patch:77cdfd1
Updated runtime files.
https://github.com/vim/vim/commit/77cdfd10382e01cc51f4ba1a9177032351843151
Ignore changes to:
* doc/channel.txt, doc/eval.txt: Channel related docs
* doc/options.txt: GUI related docs
* doc/tags: Generated at build time
* doc/todo.txt: Irrelevant for Neovim
Diffstat (limited to 'runtime/syntax/rrst.vim')
-rw-r--r-- | runtime/syntax/rrst.vim | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/syntax/rrst.vim b/runtime/syntax/rrst.vim index 4667b3a2c1..24d3844df0 100644 --- a/runtime/syntax/rrst.vim +++ b/runtime/syntax/rrst.vim @@ -1,16 +1,14 @@ " reStructured Text with R statements " Language: reST with R code chunks " Maintainer: Alex Zvoleff, azvoleff@mail.sdsu.edu -" Last Change: Wed Jul 09, 2014 10:29PM +" Homepage: https://github.com/jalvesaq/R-Vim-runtime +" Last Change: Sat Feb 06, 2016 06:45AM " " CONFIGURATION: " To highlight chunk headers as R code, put in your vimrc: " let rrst_syn_hl_chunk = 1 -" for portability -if version < 600 - syntax clear -elseif exists("b:current_syntax") +if exists("b:current_syntax") finish endif |