annotate runtime/indent/aap.vim @ 30789:c11da68d1a32 v9.0.0729

patch 9.0.0729: the rightleft and arabic features are disabled Commit: https://github.com/vim/vim/commit/ae906c8b1bf023f4a15f38b4abef9dedc2f18467 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 11:12:49 2022 +0100 patch 9.0.0729: the rightleft and arabic features are disabled Problem: The rightleft and arabic features are disabled. Solution: Re-enable the features, some users want to use the functionality.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 12:15:05 +0200
parents 0f2b5d1b8117
children 4027cefc2aab
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
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
356
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
4 " Last Change: 2005 Jun 24
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
5
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
6 " Only load this indent file when no other was loaded.
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
7 if exists("b:did_indent")
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
8 finish
0f2b5d1b8117 updated for version 7.0092
vimboss
parents: 7
diff changeset
9 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 " Works mostly like Python.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 runtime! indent/python.vim