]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(yaml): fix wrong order of undo_ftplugin suboptions
authorVincent Law <vlaw@users.noreply.github.com>
Tue, 22 Apr 2025 18:35:11 +0000 (20:35 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Apr 2025 18:35:11 +0000 (20:35 +0200)
commit229f79c1683fa52159e692ff8b53449e117a38b2
treef9eac64f718816a15d8eeaf966ad6348ce61b273
parent7bc988067eff6657e6f047491cadb32e0829544d
runtime(yaml): fix wrong order of undo_ftplugin suboptions

This commit fixes the following error message:
```
Compiler not supported: make inc< sw< sts<
```

1. orginal value: `setl com< cms< et< fo<| compiler make inc< sw< sts<`
2. correct value: `setl com< cms< et< fo< inc< sw< sts< | compiler make`

While at it, let's also document the g:yaml_recommended_style variable.

closes: #17179

Co-authored-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Vincent Law <vlaw@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/filetype.txt
runtime/doc/tags
runtime/ftplugin/yaml.vim