annotate runtime/indent/automake.vim @ 15060:a7b9fa73d238 v8.1.0541

patch 8.1.0541: help message in dosinst.c is outdated commit https://github.com/vim/vim/commit/2b84949ad8f247e5d142e2fb1371b3e37567977a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 21 13:58:35 2018 +0100 patch 8.1.0541: help message in dosinst.c is outdated Problem: Help message in dosinst.c is outdated. Solution: Update the comment. (Ken Takata, closes https://github.com/vim/vim/issues/3626)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Nov 2018 14:00:09 +0100
parents 1218c5353e2b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim indent file
11062
1218c5353e2b Runtime file updates.
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
2 " Language: automake
1218c5353e2b Runtime file updates.
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
1218c5353e2b Runtime file updates.
Christian Brabandt <cb@256bit.org>
parents: 856
diff changeset
4 " Latest Revision: 2006-04-19
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
5
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
6 if exists("b:did_indent")
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
7 finish
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
8 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 " same as makefile indenting for now.
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 7
diff changeset
11 runtime! indent/make.vim