mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to vim-9.1.1863
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.1706
|
||||
V= 9.1.1863
|
||||
|
||||
DIST_TUPLE= \
|
||||
github vim vim v$V . \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SHA256 (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = SzhFOXUP4irGZv0XXm8yd2jE1sSJ+pUVz3hj9FcfBYw=
|
||||
SHA256 (vim-vim-v9.1.1706.tar.gz) = vBv2+Z94dgCTa0Q8sjdfunz5dgGiR1dHF30qgQYR/NI=
|
||||
SHA256 (vim-vim-v9.1.1863.tar.gz) = ThzpS63Tmis9XAlTTzvF+Uj1NzDBknzQ9ut7Rl85/3o=
|
||||
SIZE (vim-colorschemes-7506b51cb70b74338d55850e62be0608a9e12cd1.tar.gz) = 132175
|
||||
SIZE (vim-vim-v9.1.1706.tar.gz) = 18760334
|
||||
SIZE (vim-vim-v9.1.1863.tar.gz) = 19151809
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
Index: runtime/filetype.vim
|
||||
--- runtime/filetype.vim.orig
|
||||
+++ runtime/filetype.vim
|
||||
@@ -747,6 +747,7 @@ au BufNewFile,BufRead */debian/patches/* call dist#ft#
|
||||
@@ -373,7 +373,7 @@ au BufNewFile,BufRead dictd*.conf setf dictdconf
|
||||
au BufNewFile,BufRead */debian/patches/* call dist#ft#Dep3patch()
|
||||
|
||||
" Diff files
|
||||
au BufNewFile,BufRead *.diff,*.rej setf diff
|
||||
+au BufNewFile,BufRead patch-* setf diff
|
||||
au BufNewFile,BufRead *.patch
|
||||
-au BufNewFile,BufRead *.patch
|
||||
+au BufNewFile,BufRead *.patch,patch-*
|
||||
\ if getline(1) =~# '^From [0-9a-f]\{40,\} Mon Sep 17 00:00:00 2001$' |
|
||||
\ setf gitsendemail |
|
||||
@@ -1535,6 +1536,7 @@ au BufNewFile,BufRead .mailcap,mailcap setf mailcap
|
||||
\ else |
|
||||
@@ -677,6 +677,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
|
||||
" Makefile
|
||||
au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak call dist#ft#FTmake()
|
||||
au BufNewFile,BufRead Kbuild setf make
|
||||
+au BufNewFile,BufRead Makefile.inc,modules.inc,crates.inc setf make
|
||||
|
||||
" MakeIndex
|
||||
au BufNewFile,BufRead *.ist,*.mst setf ist
|
||||
" Man config
|
||||
au BufNewFile,BufRead */etc/man.conf,man.config setf manconf
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: runtime/syntax/make.vim
|
||||
--- runtime/syntax/make.vim.orig
|
||||
+++ runtime/syntax/make.vim
|
||||
@@ -65,10 +65,10 @@ syn match makeTarget "^[~A-Za-z0-9_./$(){}%*
|
||||
@@ -78,10 +78,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
|
||||
|
||||
@@ -100,6 +100,10 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained
|
||||
@@ -113,6 +113,10 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained
|
||||
" some directives
|
||||
syn match makeInclude "^ *[-s]\=include\s.*$"
|
||||
syn match makeExport "^ *\(export\|unexport\)\>"
|
||||
|
||||
+10
-1
@@ -846,6 +846,7 @@ share/vim/${P}/ftplugin/clojure.vim
|
||||
share/vim/${P}/ftplugin/cmake.vim
|
||||
share/vim/${P}/ftplugin/cmakecache.vim
|
||||
share/vim/${P}/ftplugin/cobol.vim
|
||||
share/vim/${P}/ftplugin/codeowners.vim
|
||||
share/vim/${P}/ftplugin/conf.vim
|
||||
share/vim/${P}/ftplugin/config.vim
|
||||
share/vim/${P}/ftplugin/confini.vim
|
||||
@@ -974,6 +975,7 @@ share/vim/${P}/ftplugin/just.vim
|
||||
share/vim/${P}/ftplugin/karel.vim
|
||||
share/vim/${P}/ftplugin/kconfig.vim
|
||||
share/vim/${P}/ftplugin/kdl.vim
|
||||
share/vim/${P}/ftplugin/kerml.vim
|
||||
share/vim/${P}/ftplugin/kivy.vim
|
||||
share/vim/${P}/ftplugin/kotlin.vim
|
||||
share/vim/${P}/ftplugin/kwt.vim
|
||||
@@ -1151,6 +1153,7 @@ share/vim/${P}/ftplugin/swift.vim
|
||||
share/vim/${P}/ftplugin/swiftgyb.vim
|
||||
share/vim/${P}/ftplugin/swig.vim
|
||||
share/vim/${P}/ftplugin/sysctl.vim
|
||||
share/vim/${P}/ftplugin/sysml.vim
|
||||
share/vim/${P}/ftplugin/systemd.vim
|
||||
share/vim/${P}/ftplugin/systemverilog.vim
|
||||
share/vim/${P}/ftplugin/tap.vim
|
||||
@@ -1320,6 +1323,7 @@ share/vim/${P}/indent/mojo.vim
|
||||
share/vim/${P}/indent/mp.vim
|
||||
share/vim/${P}/indent/nginx.vim
|
||||
share/vim/${P}/indent/nsis.vim
|
||||
share/vim/${P}/indent/nu.vim
|
||||
share/vim/${P}/indent/objc.vim
|
||||
share/vim/${P}/indent/obse.vim
|
||||
share/vim/${P}/indent/ocaml.vim
|
||||
@@ -1402,6 +1406,7 @@ share/vim/${P}/keymap/
|
||||
share/vim/${P}/keymap/README.txt
|
||||
share/vim/${P}/keymap/accents.vim
|
||||
share/vim/${P}/keymap/arabic.vim
|
||||
share/vim/${P}/keymap/arabic_buckwalter.vim
|
||||
share/vim/${P}/keymap/arabic_utf-8.vim
|
||||
share/vim/${P}/keymap/armenian-eastern_utf-8.vim
|
||||
share/vim/${P}/keymap/armenian-western_utf-8.vim
|
||||
@@ -1896,7 +1901,6 @@ share/vim/${P}/pack/dist/opt/termdebug/plugin/
|
||||
share/vim/${P}/pack/dist/opt/termdebug/plugin/termdebug.vim
|
||||
share/vim/${P}/plugin/
|
||||
share/vim/${P}/plugin/README.txt
|
||||
share/vim/${P}/plugin/colorresp.vim
|
||||
share/vim/${P}/plugin/getscriptPlugin.vim
|
||||
share/vim/${P}/plugin/gzip.vim
|
||||
share/vim/${P}/plugin/logiPat.vim
|
||||
@@ -2062,6 +2066,7 @@ share/vim/${P}/syntax/cmod.vim
|
||||
share/vim/${P}/syntax/cmusrc.vim
|
||||
share/vim/${P}/syntax/cobol.vim
|
||||
share/vim/${P}/syntax/coco.vim
|
||||
share/vim/${P}/syntax/codeowners.vim
|
||||
share/vim/${P}/syntax/colortest.vim
|
||||
share/vim/${P}/syntax/conaryrecipe.vim
|
||||
share/vim/${P}/syntax/conf.vim
|
||||
@@ -2280,6 +2285,7 @@ share/vim/${P}/syntax/just.vim
|
||||
share/vim/${P}/syntax/karel.vim
|
||||
share/vim/${P}/syntax/kconfig.vim
|
||||
share/vim/${P}/syntax/kdl.vim
|
||||
share/vim/${P}/syntax/kitty.vim
|
||||
share/vim/${P}/syntax/kivy.vim
|
||||
share/vim/${P}/syntax/kix.vim
|
||||
share/vim/${P}/syntax/kotlin.vim
|
||||
@@ -2309,6 +2315,7 @@ share/vim/${P}/syntax/litestep.vim
|
||||
share/vim/${P}/syntax/livebook.vim
|
||||
share/vim/${P}/syntax/lnk.vim
|
||||
share/vim/${P}/syntax/lnkmap.vim
|
||||
share/vim/${P}/syntax/log.vim
|
||||
share/vim/${P}/syntax/loginaccess.vim
|
||||
share/vim/${P}/syntax/logindefs.vim
|
||||
share/vim/${P}/syntax/logtalk.vim
|
||||
@@ -2398,6 +2405,7 @@ share/vim/${P}/syntax/nosyntax.vim
|
||||
share/vim/${P}/syntax/nqc.vim
|
||||
share/vim/${P}/syntax/nroff.vim
|
||||
share/vim/${P}/syntax/nsis.vim
|
||||
share/vim/${P}/syntax/nu.vim
|
||||
share/vim/${P}/syntax/obj.vim
|
||||
share/vim/${P}/syntax/objc.vim
|
||||
share/vim/${P}/syntax/objcpp.vim
|
||||
@@ -2436,6 +2444,7 @@ share/vim/${P}/syntax/pike.vim
|
||||
share/vim/${P}/syntax/pilrc.vim
|
||||
share/vim/${P}/syntax/pine.vim
|
||||
share/vim/${P}/syntax/pinfo.vim
|
||||
share/vim/${P}/syntax/pkl.vim
|
||||
share/vim/${P}/syntax/plaintex.vim
|
||||
share/vim/${P}/syntax/pli.vim
|
||||
share/vim/${P}/syntax/plm.vim
|
||||
|
||||
Reference in New Issue
Block a user