vim-patch:fd999452adaf (#19929)

Update runtime files
fd999452ad
This commit is contained in:
Christian Clason
2022-08-25 00:49:33 +02:00
committed by GitHub
parent 6b9ff5491d
commit d3cd79709b
8 changed files with 146 additions and 57 deletions

View File

@@ -1,6 +1,24 @@
# vim: set ft=python sw=4 et:
# START_INDENT
dict = {
'a': 1,
'b': 2,
'c': 3,
}
# END_INDENT
# START_INDENT
# INDENT_EXE let [g:python_indent.open_paren, g:python_indent.closed_paren_align_last_line] = ['shiftwidth()', v:false]
dict = {
'a': 1,
'b': 2,
'c': 3,
}
# END_INDENT
# START_INDENT
# INDENT_EXE let g:python_indent.open_paren = 'shiftwidth() * 2'
# INDENT_EXE syntax match pythonFoldMarkers /{{{\d*/ contained containedin=pythonComment
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {{{1