vim-patch:e80086446cc2 (#19848)

* vim-patch:e80086446cc2

Update runtime files
e80086446c

Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
This commit is contained in:
Christian Clason
2022-08-20 10:04:55 +02:00
committed by GitHub
parent bffaf1e27e
commit 1cc4706e94
29 changed files with 1317 additions and 2441 deletions

View File

@@ -1,6 +1,14 @@
" vim: set ft=python sw=4 et:
# vim: set ft=python sw=4 et:
" START_INDENT
# START_INDENT
# INDENT_EXE syntax match pythonFoldMarkers /{{{\d*/ contained containedin=pythonComment
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {{{1
if True:
pass
# END_INDENT
# START_INDENT
open_paren_not_at_EOL(100,
(200,
300),
@@ -65,4 +73,4 @@ open_paren_not_at_EOL(100,
open_paren_at_EOL(
100, 200, 300, 400)
" END_INDENT
# END_INDENT