summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/sed.vim
AgeCommit message (Collapse)AuthorFiles
2026-03-07vim-patch:e948fea: runtime(sed): Update syntax, support more GNU address ↵zeertzjq1
extensions (#38193) - Support all GNU address extensions. - Fix some bugs related to erroneous matching of pattern delimiters in bracket expressions. closes: vim/vim#19587 https://github.com/vim/vim/commit/e948fea6402e18f01ac597c49185f9a4d62462b5 Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2022-10-17vim-patch:3c053a1a5ad2 (#20679)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/3c053a1a5ad2a3c924929e11f2b9af20a8b901e2
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-12-09docs: Remove EBCDIC remnantsMichael Reed1
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>