blob: 206fbc2713a59fef907a8798e0d7a1ad17c019e8 [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>
Bram Moolenaar8c1b8cb2022-06-14 17:41:28 +01004" Homepage: https://github.com/vim-perl/vim-perl
5" Bugs/requests: https://github.com/vim-perl/vim-perl/issues
6" License: Vim License (see :help license)
7" Last Change: 2018 Mar 28
Bram Moolenaar071d4272004-06-13 20:20:40 +00008
9" Only do this when not done yet for this buffer
10if exists("b:did_ftplugin")
Bram Moolenaar9de99972010-08-09 22:33:06 +020011 finish
Bram Moolenaar071d4272004-06-13 20:20:40 +000012endif
13
14" Just use the C plugin for now.
15runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim