summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/yaml.vim
AgeCommit message (Collapse)AuthorFiles
2025-04-23vim-patch:229f79c: runtime(yaml): fix wrong order of undo_ftplugin suboptionsChristian Clason1
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: vim/vim#17179 https://github.com/vim/vim/commit/229f79c1683fa52159e692ff8b53449e117a38b2 Co-authored-by: Vincent Law <vlaw@users.noreply.github.com> Co-authored-by: Christian Brabandt <cb@256bit.org>
2024-10-07vim-patch:7c3f9af: runtime(misc): unset compiler in various ftpluginsChristian Clason1
just to foster best practices closes: vim/vim#15798 https://github.com/vim/vim/commit/7c3f9af0ed5dd7035f8a3fbb2f0bf965a453e359 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-04-16vim-patch:8a31de6dd275 (#28361)zeertzjq1
compiler(rime_deployer): include new compiler, use it for '*.custom.yaml' files (vim/vim#14460) https://github.com/vim/vim/commit/8a31de6dd275b3dc925fee556ccccd5db8ee2504 Co-authored-by: wzy <32936898+Freed-Wu@users.noreply.github.com>
2021-04-27vim-patch:b17893aa940dJan Edmund Lazo1
Update runtime files https://github.com/vim/vim/commit/b17893aa940dc7d45421f875f5d90855880aad27 Omit feedkeys() changes.
2017-11-06vim-patch:214641f77df6Justin M. Keyes1
Runtime file updates. https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 N/A: vim-patch:26a280c47a1c
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes1
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>