From cbf54ec2a5aaa1a00ff89e26bab44a30d09d4631 Mon Sep 17 00:00:00 2001 From: Sean Dewar Date: Sun, 13 Aug 2023 13:25:10 +0100 Subject: vim-patch:e978b4534a5e (#24697) Farewell to Bram and dedicate upcoming Vim 9.1 to him (vim/vim#12749) https://github.com/vim/vim/commit/e978b4534a5e10471108259118c0ef791106fd92 Also update the header for the following files that were converted to Vim9 script upstream: - autoload/ccomplete.lua (vim9jitted) - ftplugin.vim - ftplugof.vim - indent.vim - indent/vim.vim - makemenu.vim This also updates the "Last Change" dates, even if some changes (due to rewrites to Vim9 script) were not ported. There's still a few other places where Bram is still mentioned as a maintainer in the files we and Vim have: - ftplugin/bash.vim - indent/bash.vim - indent/html.vim - indent/mail.vim - macros/accents.vim - macros/editexisting.vim - syntax/bash.vim - syntax/shared/typescriptcommon.vim - syntax/tar.vim - syntax/typescript.vim - syntax/typescriptreact.vim - syntax/zimbu.vim Maybe future patches will address that. Also exclude changes to .po files that didn't apply automatically (the `:messages` maintainer string isn't used in Nvim anyway). Co-authored-by: Christian Brabandt --- runtime/synmenu.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runtime/synmenu.vim') diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index a664e7689d..8a8c6a2b90 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -1,8 +1,9 @@ " Vim support file to define the syntax selection menu " This file is normally sourced from menu.vim. " -" Maintainer: Bram Moolenaar -" Last Change: 2022 Oct 04 +" Maintainer: The Vim Project +" Last Change: 2023 Aug 10 +" Former Maintainer: Bram Moolenaar " Define the SetSyn function, used for the Syntax menu entries. " Set 'filetype' and also 'syntax' if it is manually selected. -- cgit From f02bfb6a2a079fc223db9f941dc917aa06a45b09 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 2 Sep 2023 10:43:57 +0200 Subject: vim-patch:acb91d3905cf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runtime(zserio): add zserio syntax (vim/vim#13005) https://github.com/vim/vim/commit/acb91d3905cfef5eff8edfb76e62a6b6bab1e91e Co-authored-by: Dominique Pellé --- runtime/synmenu.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/synmenu.vim') diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index 8a8c6a2b90..b75a0e9497 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -650,6 +650,7 @@ an 50.170.390 &Syntax.WXYZ.XFree86\ Config :cal SetSyn("xf86conf") an 50.170.410 &Syntax.WXYZ.YAML :cal SetSyn("yaml") an 50.170.420 &Syntax.WXYZ.Yacc :cal SetSyn("yacc") an 50.170.440 &Syntax.WXYZ.Zimbu :cal SetSyn("zimbu") +an 50.170.440 &Syntax.WXYZ.Zserio:cal SetSyn("zserio") " The End Of The Syntax Menu -- cgit From 3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 16 Oct 2023 16:36:25 +0800 Subject: vim-patch:dbf749bd5aae (#25665) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runtime: Fix more typos (vim/vim#13354) * Fix more typos * Fix typos in ignored runtime/ directory https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a Co-authored-by: Viktor Szépe --- runtime/synmenu.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/synmenu.vim') diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index b75a0e9497..fec5cc4b06 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -78,7 +78,7 @@ an 50.10.440 &Syntax.AB.Assembly.PIC :cal SetSyn("pic") an 50.10.450 &Syntax.AB.Assembly.Turbo :cal SetSyn("tasm") an 50.10.460 &Syntax.AB.Assembly.VAX\ Macro\ Assembly :cal SetSyn("vmasm") an 50.10.470 &Syntax.AB.Assembly.Z-80 :cal SetSyn("z8a") -an 50.10.480 &Syntax.AB.Assembly.xa\ 6502\ cross\ assember :cal SetSyn("a65") +an 50.10.480 &Syntax.AB.Assembly.xa\ 6502\ cross\ assembler :cal SetSyn("a65") an 50.10.490 &Syntax.AB.ASN\.1 :cal SetSyn("asn") an 50.10.500 &Syntax.AB.Asterisk\ config :cal SetSyn("asterisk") an 50.10.510 &Syntax.AB.Asterisk\ voicemail\ config :cal SetSyn("asteriskvm") @@ -308,7 +308,7 @@ an 50.50.710 &Syntax.HIJK.Kimwitu++ :cal SetSyn("kwt") an 50.50.720 &Syntax.HIJK.Kivy :cal SetSyn("kivy") an 50.50.730 &Syntax.HIJK.KixTart :cal SetSyn("kix") an 50.60.100 &Syntax.L.Lace :cal SetSyn("lace") -an 50.60.110 &Syntax.L.LamdaProlog :cal SetSyn("lprolog") +an 50.60.110 &Syntax.L.LambdaProlog :cal SetSyn("lprolog") an 50.60.120 &Syntax.L.Latte :cal SetSyn("latte") an 50.60.130 &Syntax.L.Ld\ script :cal SetSyn("ld") an 50.60.140 &Syntax.L.LDAP.LDIF :cal SetSyn("ldif") -- cgit From 9e2248ab586c5e5854da68b5310755ea3557e6c9 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 14 Nov 2023 17:38:46 +0100 Subject: vim-patch:9.0.2104: wast filetype should be replaced by wat filetype Problem: wast filetype should be replaced by wat filetype Solution: start using the official wat filetype name runtime: rename `wast` filetype to `wat` (Wasm text format) The problem is the name of the current filetype wast. When the plugin was initially created, the file extension for Wasm text format was not fixed and .wast was more popular. However, recently .wat became the official file extension for WebAssembly text (WAT) format and .wast is now a file extension for the unofficial WAST format, which is a superset of .wat for the convenience to describe the Wasm specification conformance tests. https://webassembly.js.org/docs/contrib-wat-vs-wast.html However for now, let's keep using the `wat` filetype even for the .wast extension, so that we at least do not lose the filetype settings and syntax highlighting. This can be adjusted later, if it turns out to have a separate need for. closes: vim/vim#13533 https://github.com/vim/vim/commit/bc8f79d36a456054ed29f46585830af6d71f57c8 Co-authored-by: rhysd --- runtime/synmenu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/synmenu.vim') diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index fec5cc4b06..43aae6f88b 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -623,7 +623,7 @@ an 50.160.330 &Syntax.UV.VSE\ JCL :cal SetSyn("vsejcl") an 50.170.100 &Syntax.WXYZ.WEB.CWEB :cal SetSyn("cweb") an 50.170.110 &Syntax.WXYZ.WEB.WEB :cal SetSyn("web") an 50.170.120 &Syntax.WXYZ.WEB.WEB\ Changes :cal SetSyn("change") -an 50.170.130 &Syntax.WXYZ.WebAssembly :cal SetSyn("wast") +an 50.170.130 &Syntax.WXYZ.WebAssembly :cal SetSyn("wat") an 50.170.140 &Syntax.WXYZ.Webmacro :cal SetSyn("webmacro") an 50.170.150 &Syntax.WXYZ.Website\ MetaLanguage :cal SetSyn("wml") an 50.170.170 &Syntax.WXYZ.wDiff :cal SetSyn("wdiff") -- cgit