annotate runtime/indent/aap.vim @ 12738:bd24b59084a1
v8.0.1247
patch 8.0.1247: not easy to find Debian build info
commit https://github.com/vim/vim/commit/86b21bb3e7bc687fc74e127d78a89b411929716b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 2 18:10:00 2017 +0100
patch 8.0.1247: not easy to find Debian build info
Problem: Not easy to find Debian build info.
Solution: Add a badge in the README file. (Dominique Pelle)
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 02 Nov 2017 18:15:04 +0100 |
parents |
0f2b5d1b8117 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: Aap recipe
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
|
356
|
4 " Last Change: 2005 Jun 24
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
7
|
10
|
|
11 " Works mostly like Python.
|
|
12 runtime! indent/python.vim
|