blob: 5ac2353d0ac986a9a8d8f29d1fbe0ff5c3a4f61a [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 Moolenaare2db6952013-07-24 19:53:36 +02006" Last Change: 2013 Jul 24
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