blob: a9f67f7c360d870a487f9225cf46fc2b609d69d8 (
plain) (
tree)
|  |  | if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'automake') == -1
" Vim indent file
" Language:    	    automake
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2006-04-19
if exists("b:did_indent")
  finish
endif
" same as makefile indenting for now.
runtime! indent/make.vim
endif
 |