mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00

* vim-patch:e80086446cc2
Update runtime files
e80086446c
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
77 lines
920 B
Python
77 lines
920 B
Python
# vim: set ft=python sw=4 et:
|
|
|
|
# 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),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
open_paren_not_at_EOL(100,
|
|
(200,
|
|
300),
|
|
400)
|
|
|
|
open_paren_at_EOL(
|
|
100, 200, 300, 400)
|
|
|
|
# END_INDENT
|