comparison runtime/ftplugin/rmd.vim @ 8497:da01d5da2cfa

commit https://github.com/vim/vim/commit/77cdfd10382e01cc51f4ba1a9177032351843151 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 12:57:59 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 13:00:06 +0100
parents 0efec12f52ac
children 03fa8a51e9dc
comparison
equal deleted inserted replaced
8496:37378e4311d2 8497:da01d5da2cfa
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: R help file 2 " Language: R help file
3 " Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com> 3 " Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com>
4 " Last Change: Wed Jul 09, 2014 06:23PM 4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
5 " Last Change: Tue Apr 07, 2015 04:37PM
5 " Original work by Alex Zvoleff (adjusted for rmd by Michel Kuhlmann) 6 " Original work by Alex Zvoleff (adjusted for rmd by Michel Kuhlmann)
6 7
7 " Only do this when not yet done for this buffer 8 " Only do this when not yet done for this buffer
8 if exists("b:did_ftplugin") 9 if exists("b:did_ftplugin")
9 finish 10 finish