mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
565783be4b
Update runtime files
acc2240640
Omit 'quickfixtextfunc'.
Omit ftplugin/man.vim.
20 lines
214 B
YAML
20 lines
214 B
YAML
# vim: set ft=yaml sw=2 et :
|
|
|
|
# START_INDENT
|
|
map1:
|
|
sub1:
|
|
- list item
|
|
map2:
|
|
- another list
|
|
# END_INDENT
|
|
|
|
# START_INDENT
|
|
map: &anchor
|
|
map: val
|
|
# END_INDENT
|
|
|
|
# START_INDENT
|
|
map: multiline
|
|
value
|
|
# END_INDENT
|