comparison runtime/indent/testdir/python.ok @ 29779:90a966f5c77a

Update runtime files Commit: https://github.com/vim/vim/commit/e80086446cc20856ed8359bc8dc87c4d430da4c8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 19 17:15:35 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Aug 2022 18:30:06 +0200
parents 2198955f9e27
children b15334beeaa4
comparison
equal deleted inserted replaced
29778:b7d232b59d5e 29779:90a966f5c77a
1 " vim: set ft=python sw=4 et: 1 # vim: set ft=python sw=4 et:
2 2
3 " START_INDENT 3 # START_INDENT
4 # INDENT_EXE syntax match pythonFoldMarkers /{{{\d*/ contained containedin=pythonComment
5 # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {{{1
6
7 if True:
8 pass
9 # END_INDENT
10
11 # START_INDENT
4 open_paren_not_at_EOL(100, 12 open_paren_not_at_EOL(100,
5 (200, 13 (200,
6 300), 14 300),
7 400) 15 400)
8 16
63 400) 71 400)
64 72
65 open_paren_at_EOL( 73 open_paren_at_EOL(
66 100, 200, 300, 400) 74 100, 200, 300, 400)
67 75
68 " END_INDENT 76 # END_INDENT