view runtime/ftplugin/xs.vim @ 2704:a14db0b78c59 v7.3.121

updated for version 7.3.121 Problem: Complicated 'statusline' causes a crash. (Christian Brabandt) Solution: Check that the number of items is not too big.
author Bram Moolenaar <bram@vim.org>
date Tue, 15 Feb 2011 14:24:46 +0100
parents c9022997af9e
children 2eb30f341e8d
line wrap: on
line source

" 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