Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim71/ftplugin/automake.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim71/ftplugin/automake.vim')
-rw-r--r--vim71/ftplugin/automake.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/vim71/ftplugin/automake.vim b/vim71/ftplugin/automake.vim
new file mode 100644
index 0000000..c48ea13
--- /dev/null
+++ b/vim71/ftplugin/automake.vim
@@ -0,0 +1,10 @@
+" Vim filetype plugin file
+" Language: Automake
+" Maintainer: Nikolai Weibull <now@bitwi.se>
+" Latest Revision: 2006-04-19
+
+if exists("b:did_ftplugin")
+ finish
+endif
+
+runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim