blob: 6e4d99fb9857b2146c1a7c5361dfdf414e705834 [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
6" Last Change: 2009-08-14
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