xs.vim 517 B

12345678910111213141516
  1. " Vim filetype plugin file
  2. " Language: XS (Perl extension interface language)
  3. " Maintainer: vim-perl <vim-perl@googlegroups.com>
  4. " 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
  8. " Only do this when not done yet for this buffer
  9. if exists("b:did_ftplugin")
  10. finish
  11. endif
  12. " Just use the C plugin for now.
  13. runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim