Synced with the latest branch.
[MacVim.git] / runtime / ftplugin / automake.vim
blob20b06af3625119cdb36f4a1ab8d7e121e31a46a2
1 " Vim filetype plugin file
2 " Language:         Automake
3 " Maintainer:       Nikolai Weibull <now@bitwi.se>
4 " Latest Revision:  2008-07-09
6 if exists("b:did_ftplugin")
7   finish
8 endif
10 let s:cpo_save = &cpo
11 set cpo&vim
13 runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim
15 let &cpo = s:cpo_save
16 unlet s:cpo_save