annotate runtime/indent/automake.vim @ 17413:40417757dffd v8.1.1705

patch 8.1.1705: using ~{} for a literal dict is not nice commit https://github.com/vim/vim/commit/4c6d90458baae843463f930fdc3fe4a7a2191d27 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 16 22:04:02 2019 +0200 patch 8.1.1705: using ~{} for a literal dict is not nice Problem: Using ~{} for a literal dict is not nice. Solution: Use #{} instead.
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jul 2019 22:15:05 +0200
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