Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | " Vim filetype plugin file |
2 | " Langugage: Automake | ||||
3 | " Maintainer: Nikolai Weibull <source@pcppopper.org> | ||||
4 | " URL: http://www.pcppopper.org/vim/ftplugin/pcp/automake/ | ||||
5 | " Latest Revision: 2004-05-22 | ||||
6 | " arch-tag: 3a78b0cd-27b2-410a-8e7b-51a1717c2a5b | ||||
7 | |||||
8 | " Same as makefile filetype plugin for now. | ||||
9 | runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim | ||||
10 | |||||
11 | " vim: set sts=2 sw=2: |