repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged from the latest developing branch.
[MacVim.git]
/
runtime
/
indent
/
automake.vim
blob
5fbc222bc797344b01b80222be924d04b384d328
1
" Vim indent file
2
" Language: automake
3
" Maintainer: Nikolai Weibull <now@bitwi.se>
4
" Latest Revision: 2006-04-19
5
6
if exists("b:did_indent")
7
finish
8
endif
9
10
" same as makefile indenting for now.
11
runtime! indent/make.vim