Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/indent/automake.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/indent/automake.vim')
-rw-r--r--vim73/indent/automake.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim73/indent/automake.vim b/vim73/indent/automake.vim
new file mode 100644
index 0000000..5fbc222
--- /dev/null
+++ b/vim73/indent/automake.vim
@@ -0,0 +1,11 @@
+" Vim indent file
+" Language: automake
+" 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