blob: 565ac621618e0aaaaa97cca6a882592ab44e8436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
" MNV filetype plugin file
" Language: XS (Perl extension interface language)
" Maintainer: mnv-perl <mnv-perl@googlegroups.com> (need to be subscribed to post)
" Homepage: https://github.com/mnv-perl/mnv-perl
" Bugs/requests: https://github.com/mnv-perl/mnv-perl/issues
" License: MNV License (see :help license)
" Last Change: 2018 Mar 28
" 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.mnv ftplugin/c_*.mnv ftplugin/c/*.mnv
|