comparison runtime/ftplugin/perl6.vim @ 5239:11cd8d58372e

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Jul 2013 19:53:36 +0200
parents 2eb30f341e8d
children 42bf9264e64e
comparison
equal deleted inserted replaced
5238:a369ac56a506 5239:11cd8d58372e
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: Perl 6 2 " Language: Perl 6
3 " Maintainer: vim-perl <vim-perl@googlegroups.com> 3 " Maintainer: vim-perl <vim-perl@googlegroups.com>
4 " Homepage: http://github.com/vim-perl/vim-perl 4 " Homepage: http://github.com/vim-perl/vim-perl
5 " Bugs/requests: http://github.com/vim-perl/vim-perl/issues 5 " Bugs/requests: http://github.com/vim-perl/vim-perl/issues
6 " Last Change: 2013-05-11 6 " Last Change: 2013 Jul 24
7 " Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com> 7 " Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
8 " 8 "
9 " Based on ftplugin/perl.vim by Dan Sharp <dwsharp at hotmail dot com> 9 " Based on ftplugin/perl.vim by Dan Sharp <dwsharp at hotmail dot com>
10 10
11 if exists("b:did_ftplugin") | finish | endif 11 if exists("b:did_ftplugin") | finish | endif