summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/sml.vim
AgeCommit message (Collapse)AuthorFiles
2025-12-04vim-patch:85fc83f: runtime(sml): Update syntax, improve special constant ↵zeertzjq1
matching - Match \dE\d real literal form - Match all string escape sequences - Add related tests closes: vim/vim#18723 https://github.com/vim/vim/commit/85fc83f8490b957e3dbb3b7f51fbd7264a7208b6 Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2025-11-11vim-patch:d3bef6c: runtime(sml): Fix number regex in syntax script (#36513)zeertzjq1
closes: vim/vim#18690 https://github.com/vim/vim/commit/d3bef6cf3f1364194c7855e0f34d636bc635c775 Co-authored-by: tocariimaa <tocariimaa@pissmail.com>
2022-04-08vim-patch:partial:cbaff5e06ec5 (#18042)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508 omit doc updates here
2021-10-05vim-patch:6e649224926b (#15911)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0
2021-05-01vim-patch:7e6a515ed14eJan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/7e6a515ed14e204fafb3dd6e98f2fb543e64aedd Omit vim9.
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>