blob: a28da6aa1eaa19d3ffb5b5b970943c6f8f57d130 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin file
Bram Moolenaar543b7ef2013-06-01 14:50:56 +02002" Language: XS (Perl extension interface language)
3" Maintainer: vim-perl <vim-perl@googlegroups.com>
4" Homepage: http://github.com/vim-perl/vim-perl
5" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
Bram Moolenaar9d98fe92013-08-03 18:35:36 +02006" Last Change: 2013-07-21
Bram Moolenaar071d4272004-06-13 20:20:40 +00007
8" Only do this when not done yet for this buffer
9if exists("b:did_ftplugin")
Bram Moolenaar9de99972010-08-09 22:33:06 +020010 finish
Bram Moolenaar071d4272004-06-13 20:20:40 +000011endif
12
13" Just use the C plugin for now.
14runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim