mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to vim-9.1.1917
This commit is contained in:
@@ -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 . \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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\)\>"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user