annotate runtime/ftplugin/xs.vim @ 3337:fd439d5812f3
Added tag v7-3-435 for changeset afbf45d85496
author |
Bram Moolenaar <bram@vim.org> |
date |
Sat, 11 Feb 2012 20:40:55 +0100 |
parents |
c9022997af9e |
children |
2eb30f341e8d |
rev |
line source |
7
|
1 " Vim filetype plugin file
|
2531
|
2 " Language: XS (Perl extension interface language)
|
|
3 " Maintainer: Andy Lester <andy@petdance.com>
|
|
4 " URL: http://github.com/petdance/vim-perl
|
|
5 " Last Change: 2009-08-14
|
7
|
6
|
|
7 " Only do this when not done yet for this buffer
|
|
8 if exists("b:did_ftplugin")
|
2531
|
9 finish
|
7
|
10 endif
|
|
11
|
|
12 " Just use the C plugin for now.
|
|
13 runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
|