comparison runtime/ftplugin/rnoweb.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 5bda4653aced
comparison
equal deleted inserted replaced
8496:37378e4311d2 8497:da01d5da2cfa
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: Rnoweb 2 " Language: Rnoweb
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 6
6 " Only do this when not yet done for this buffer 7 " Only do this when not yet done for this buffer
7 if exists("b:did_ftplugin") 8 if exists("b:did_ftplugin")
8 finish 9 finish
9 endif 10 endif