summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/gdb.vim
AgeCommit message (Collapse)AuthorFiles
2026-02-09vim-patch:b422a33: runtime(gdb): Update syntax and ftplugin (#37783)zeertzjq1
- Change syntax file maintainer. - Add Guile and Python command highlighting. - Update command list to version 12. - Add foldable regions for the commands 'define', 'if' and 'while' multiline commands. - Support documented partial command names. - Add matchit, browsefilter, and comment formatting support. - Support embedded C in compiler {code|print} commands. - Add largely complete settings highlighting and folding. - Add syntax tests (incomplete). Thanks to Claudio Fleiner for many years of maintenance. closes: vim/vim#10649 https://github.com/vim/vim/commit/b422a33ac22dbd0086f64e7540afefc0c9a5a7ee Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2023-08-24vim-patch:3fc7a7e44abdChristian Clason1
runtime: Fix typos in various files closes: vim/vim#12836 https://github.com/vim/vim/commit/3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 Co-authored-by: Viktor Szépe <viktor@szepe.net>
2021-11-17vim-patch:519cc559b08b (#16340)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/519cc559b08b800edc429688aece7ad6a00d41eb
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>