summaryrefslogtreecommitdiffstats
path: root/runtime/indent/automake.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-29 22:40:58 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-29 22:40:58 +0000
commit42eeac3552c5a5ea10f24373f76b93633b6c8604 (patch)
tree902f3158470a3e9c53850708cf982c85c6338796 /runtime/indent/automake.vim
parent24bbcfe8fe62ea43b1cea86243be4fdc8794140b (diff)
updated for version 7.0097v7.0097
Diffstat (limited to 'runtime/indent/automake.vim')
-rw-r--r--runtime/indent/automake.vim16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/indent/automake.vim b/runtime/indent/automake.vim
index 60eff07500..0f8dbadf80 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