From 508bad5a508784c32e34a12728a1f526183a2dcf Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 16 Nov 2025 12:22:52 +0000 Subject: [PATCH] update to vim-9.1.1917 --- editors/vim/Makefile | 2 +- editors/vim/distinfo | 4 ++-- editors/vim/patches/patch-runtime_syntax_make_vim | 4 ++-- editors/vim/pkg/PLIST | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 9dd7ea2172b..2f75cbc6bc4 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,7 +1,7 @@ COMMENT= vi clone with many additional features # careful with PLISTs if updating; normally use a gui flavour, not no_x11 -V= 9.1.1863 +V= 9.1.1917 DIST_TUPLE= \ github vim vim v$V . \ diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 8e5d2a2baff..8a1c7e50978 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,4 +1,4 @@ SHA256 (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = SzhFOXUP4irGZv0XXm8yd2jE1sSJ+pUVz3hj9FcfBYw= -SHA256 (vim-vim-v9.1.1863.tar.gz) = ThzpS63Tmis9XAlTTzvF+Uj1NzDBknzQ9ut7Rl85/3o= +SHA256 (vim-vim-v9.1.1917.tar.gz) = xB+17SPK63ojZfRspA0bxNsd19Nxd66YUCtaWTtUZcA= SIZE (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = 132175 -SIZE (vim-vim-v9.1.1863.tar.gz) = 19151809 +SIZE (vim-vim-v9.1.1917.tar.gz) = 19180657 diff --git a/editors/vim/patches/patch-runtime_syntax_make_vim b/editors/vim/patches/patch-runtime_syntax_make_vim index 63f08f34ede..5ca96328da5 100644 --- a/editors/vim/patches/patch-runtime_syntax_make_vim +++ b/editors/vim/patches/patch-runtime_syntax_make_vim @@ -1,7 +1,7 @@ Index: runtime/syntax/make.vim --- runtime/syntax/make.vim.orig +++ runtime/syntax/make.vim -@@ -78,10 +78,10 @@ syn match makeTarget "^[~A-Za-z0-9_./$(){}%* +@@ -80,10 +80,10 @@ syn match makeTarget "^[~A-Za-z0-9_./$(){}%* \ skipnl nextgroup=makeCommands,makeCommandError syn region makeSpecTarget transparent matchgroup=makeSpecTarget @@ -14,7 +14,7 @@ Index: runtime/syntax/make.vim \ contains=makeIdent,makeComment \ skipnl nextgroup=makeCommands,makeCommandError -@@ -113,6 +113,10 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained +@@ -115,6 +115,10 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained " some directives syn match makeInclude "^ *[-s]\=include\s.*$" syn match makeExport "^ *\(export\|unexport\)\>" diff --git a/editors/vim/pkg/PLIST b/editors/vim/pkg/PLIST index 63f85c4bbb8..91a30fb6af8 100644 --- a/editors/vim/pkg/PLIST +++ b/editors/vim/pkg/PLIST @@ -506,6 +506,7 @@ share/vim/${P}/compiler/ant.vim share/vim/${P}/compiler/bash.vim share/vim/${P}/compiler/bcc.vim share/vim/${P}/compiler/bdf.vim +share/vim/${P}/compiler/biome.vim share/vim/${P}/compiler/cargo.vim share/vim/${P}/compiler/checkstyle.vim share/vim/${P}/compiler/cm3.vim @@ -615,6 +616,7 @@ share/vim/${P}/compiler/svelte-check.vim share/vim/${P}/compiler/tcl.vim share/vim/${P}/compiler/tex.vim share/vim/${P}/compiler/tidy.vim +share/vim/${P}/compiler/tombi.vim share/vim/${P}/compiler/ts-node.vim share/vim/${P}/compiler/tsc.vim share/vim/${P}/compiler/typedoc.vim @@ -1133,9 +1135,11 @@ share/vim/${P}/ftplugin/slint.vim share/vim/${P}/ftplugin/slpconf.vim share/vim/${P}/ftplugin/slpreg.vim share/vim/${P}/ftplugin/slpspi.vim +share/vim/${P}/ftplugin/sml.vim share/vim/${P}/ftplugin/snakemake.vim share/vim/${P}/ftplugin/solidity.vim share/vim/${P}/ftplugin/solution.vim +share/vim/${P}/ftplugin/soy.vim share/vim/${P}/ftplugin/spajson.vim share/vim/${P}/ftplugin/spec.vim share/vim/${P}/ftplugin/sql.vim