annotate runtime/indent/aap.vim @ 32892:d5f7716fadde v9.0.1755

patch 9.0.1755: CI still fails with sodium mlock error Commit: https://github.com/vim/vim/commit/25dec33c9bd286eacd1767ce2f5324117132b33a Author: Christian Brabandt <cb@256bit.org> Date: Sat Aug 19 22:15:44 2023 +0200 patch 9.0.1755: CI still fails with sodium mlock error Problem: CI still fails with sodium mlock error Solution: catch mlock failure Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 22:30:03 +0200
parents 4027cefc2aab
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
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " Language: Aap recipe
32770
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 356
diff changeset
3 " Maintainer: The Vim Project <https://github.com/vim/vim>
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 356
diff changeset
4 " Last Change: 2023 Aug 10
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 356
diff changeset
5 " Former Maintainer: Bram Moolenaar <Bram@vim.org>
356
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
6
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
7 " Only load this indent file when no other was loaded.
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
8 if exists("b:did_indent")
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
9 finish
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
10 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 " Works mostly like Python.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 runtime! indent/python.vim