1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-22 01:35:11 +01:00
vim/runtime/indent/automake.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
243 B
VimL
Raw Permalink Normal View History

2004-06-13 20:20:40 +00:00
" Vim indent file
2017-03-05 17:04:09 +01:00
" Language: automake
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19
2004-06-13 20:20:40 +00:00
2005-06-29 22:40:58 +00:00
if exists("b:did_indent")
finish
endif
2004-06-13 20:20:40 +00:00
2005-06-29 22:40:58 +00:00
" same as makefile indenting for now.
runtime! indent/make.vim