" MNV filetype plugin file " Language: Automake " Previous Maintainer: Nikolai Weibull " 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