| Age | Commit message (Collapse) | Author | Files |
|
script (#35798)
closes: vim/vim#18306
https://github.com/vim/vim/commit/8801c9db2e8e5da90b2e52ceacfd726543d12407
Co-authored-by: Damien Lejay <damien@lejay.be>
|
|
syntax script
closes: vim/vim#18223
https://github.com/vim/vim/commit/1ed2ff77d8e936d67c7e984f32f4ebff590cbfd7
Co-authored-by: Damien Lejay <damien@lejay.be>
|
|
closes: vim/vim#18211
https://github.com/vim/vim/commit/efb913a4f5d2ff07807fd40bda651571174a9589
Co-authored-by: Damien Lejay <damien@lejay.be>
|
|
closes: vim/vim#18200
https://github.com/vim/vim/commit/510ca80c58088276d8b1744a729f69d34c550566
Co-authored-by: Damien Lejay <damien@lejay.be>
|
|
This change does the following to the M4 syntax script:
- In M4 there are no "strings" in the usual sense. Instead, M4 has
quotes, but the text inside a quoted region is rescanned just like
outside, and quotes can be nested.
- The old m4String region was misleading and removed. A new m4Quoted
region reflects proper quoting semantics.
- Removed a duplicate highlight rule.
- Fixed a typo in a highlight group name (m4builtin → m4Builtin).
- Added a reference link to the POSIX M4 specification.
- Removed outdated maintainer URL.
closes: vim/vim#18192
https://github.com/vim/vim/commit/f165798184dc03895709704df864bd1e43eaf09f
Co-authored-by: Damien Lejay <damien@lejay.be>
|
|
Update runtime files.
https://github.com/vim/vim/commit/6ba83ba9ee292f68aa0b218b3eef42db31c0b632
|
|
Update runtime files
https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500
skip translations
skip user manual rewrite
|
|
Updated runtime files. Remove HiLink commands.
https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
|
|
Updated runtime files. Remove version checks for Vim older than 6.0.
https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
|
|
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>
|