Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/ftplugin/xs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/ftplugin/xs.vim')
-rw-r--r--vim73/ftplugin/xs.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim73/ftplugin/xs.vim b/vim73/ftplugin/xs.vim
new file mode 100644
index 0000000..24df05d
--- /dev/null
+++ b/vim73/ftplugin/xs.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin file
+" Language: XS (Perl extension interface language)
+" Maintainer: Andy Lester <andy@petdance.com>
+" URL: http://github.com/petdance/vim-perl
+" Last Change: 2009-08-14
+
+" Only do this when not done yet for this buffer
+if exists("b:did_ftplugin")
+ finish
+endif
+
+" Just use the C plugin for now.
+runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim