diff options
Diffstat (limited to 'runtime/indent/automake.vim')
-rw-r--r-- | runtime/indent/automake.vim | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/indent/automake.vim b/runtime/indent/automake.vim index 60eff0750..0f8dbadf8 100644 --- a/runtime/indent/automake.vim +++ b/runtime/indent/automake.vim @@ -1,11 +1,11 @@ " Vim indent file -" Language: automake -" Maintainer: Nikolai Weibull <source@pcppopper.org> -" URL: http://www.pcppopper.org/vim/indent/pcp/automake/ -" Latest Revision: 2004-04-25 -" arch-tag: 9a2af48c-48d4-4bae-82c3-c801bc9d1976 +" Language: automake +" Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> +" Latest Revision: 2005-06-29 -" same as makefile indenting for now. -source <sfile>:p:h/make.vim +if exists("b:did_indent") + finish +endif -" vim: set sts=2 sw=2: +" same as makefile indenting for now. +runtime! indent/make.vim |