summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/automake.mnv
blob: 5825a828ecd96c5171ffe273987eddd614ac668c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" MNV filetype plugin file
" Language:             Automake
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2008-07-09

if exists("b:did_ftplugin")
  finish
endif

let s:cpo_save = &cpo
set cpo&mnv

runtime! ftplugin/make.mnv ftplugin/make_*.mnv ftplugin/make/*.mnv

let &cpo = s:cpo_save
unlet s:cpo_save