summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/fstab.vim
AgeCommit message (Collapse)AuthorFiles
2026-02-16vim-patch:0435abf: runtime(fstab): Add cgroup2 to valid device typeszeertzjq1
closes: vim/vim#19403 https://github.com/vim/vim/commit/0435abfaa1f0833f4540d50acde1d2be838e87fc Co-authored-by: Radu Dineiu <radu.dineiu@gmail.com>
2025-08-24vim-patch:f66674c: runtime(fstab): Added mtab support to fstab syntax.zeertzjq1
closes: vim/vim#18074 https://github.com/vim/vim/commit/f66674cf429aa1fac79e522b45372d7e3d37a902 Co-authored-by: Radu Dineiu <radu.dineiu@gmail.com>
2024-07-12vim-patch:7a22cb8: runtime(fstab): Add missing keywords to fstab syntaxChristian Clason1
Added overlay, tracefs and fixed the "none" keyword in the fstab syntax definition. closes: vim/vim#15217 https://github.com/vim/vim/commit/7a22cb81415060215d28c1601a0b35755449bf87 Co-authored-by: Christian Brabandt <cb@256bit.org>
2023-02-21vim-patch:partial:938ae280c79b (#22356)zeertzjq1
Update runtime files. https://github.com/vim/vim/commit/938ae280c79b8cdb0fca60336ec4c090ecd8bb5a Partially skip autocmd.txt: needs patch 8.2.5011. Partially skip builtin.txt: needs patch 9.0.0411. Partially skip eval.txt: needs patch 8.2.3783. Cherry-pick :map-meta-keys from patch 9.0.1276. Co-authored-by: Bram Moolenaar <Bram@vim.org>
2023-01-01vim-patch:partial:f1dcd14fc5d4 (#21602)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 missing autocmd blocks and getscriptinfo() Co-authored-by: Bram Moolenaar <Bram@vim.org>
2022-12-12vim-patch:7db29e4b5c3a (#21380)Christian Clason1
* vim-patch:7db29e4b5c3a Update runtime files https://github.com/vim/vim/commit/7db29e4b5c3a347d24ca5062ddaa5cf4c4d54b9c Co-authored-by: Bram Moolenaar <Bram@vim.org>
2021-05-01vim-patch:7e6a515ed14eJan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/7e6a515ed14e204fafb3dd6e98f2fb543e64aedd Omit vim9.
2021-04-29vim-patch:e7b1ea0276ccJan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed
2019-08-02vim-patch:61da1bfa6c6bJustin M. Keyes1
Update runtime files. https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c
2018-10-07vim-patch:7f2e9d7c9cdfBruno Michel1
Update runtime files. https://github.com/vim/vim/commit/7f2e9d7c9cdfc5201a899b7b610edf64bf80c45f
2017-04-28vim-patch:f37506f60f87Justin M. Keyes1
Updated runtime files. Remove HiLink commands. https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
2017-04-28vim-patch:89bcfda6834aJustin M. Keyes1
Updated runtime files. Remove version checks for Vim older than 6.0. https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
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>