neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

xs.vim (549B)


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