diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:40 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:40 +0000 |
| commit | 8809a9fc1beaed68c2c94e0ee99957b251f81860 (patch) | |
| tree | e398ecf8e737101be6bdb545617669da28dd941b /repos/extra/vim | |
| parent | 978e9495e721a913ac7818ebd7693a66083f2ad9 (diff) | |
| download | alicelinux-8809a9fc1beaed68c2c94e0ee99957b251f81860.tar.gz alicelinux-8809a9fc1beaed68c2c94e0ee99957b251f81860.zip | |
vim: updated to 9.1.1952
Diffstat (limited to 'repos/extra/vim')
| -rw-r--r-- | repos/extra/vim/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/vim/.files | 11 | ||||
| -rw-r--r-- | repos/extra/vim/abuild | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/repos/extra/vim/.checksum b/repos/extra/vim/.checksum index 1c0ee871..68c126b4 100644 --- a/repos/extra/vim/.checksum +++ b/repos/extra/vim/.checksum @@ -1 +1 @@ -1d3b4a3700fb10b7eb0fcb5da9b269d9aad8c2dcde698828355dc56c37b3fbc1 vim-9.1.1926.tar.gz +976d36a40fe9028b614d210e9ea2a659ab8c452a458bdd0e0a29c1e221674a60 vim-9.1.1952.tar.gz diff --git a/repos/extra/vim/.files b/repos/extra/vim/.files index 3352812e..37175d34 100644 --- a/repos/extra/vim/.files +++ b/repos/extra/vim/.files @@ -624,6 +624,7 @@ drwxr-xr-x root/root usr/share/vim/vim91/ftplugin/ -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/lc.vim -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/ld.vim -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/ldapconf.vim +-rw-r--r-- root/root usr/share/vim/vim91/ftplugin/leex.vim -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/leo.vim -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/less.vim -rw-r--r-- root/root usr/share/vim/vim91/ftplugin/lex.vim @@ -949,6 +950,7 @@ drwxr-xr-x root/root usr/share/vim/vim91/indent/ -rw-r--r-- root/root usr/share/vim/vim91/indent/krl.vim -rw-r--r-- root/root usr/share/vim/vim91/indent/ld.vim -rw-r--r-- root/root usr/share/vim/vim91/indent/less.vim +-rw-r--r-- root/root usr/share/vim/vim91/indent/lf.vim -rw-r--r-- root/root usr/share/vim/vim91/indent/lifelines.vim -rw-r--r-- root/root usr/share/vim/vim91/indent/liquid.vim -rw-r--r-- root/root usr/share/vim/vim91/indent/lisp.vim @@ -1124,6 +1126,14 @@ drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/editorconfig/ftdetect/ -rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/editorconfig/plugin/ -rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/editorconfig/plugin/editorconfig.vim +drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/ +drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/autoload/ +-rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/autoload/helpcurwin.vim +drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/doc/ +-rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/doc/helpcurwin.txt +-rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/doc/tags +drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/plugin/ +-rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/helpcurwin/plugin/helpcurwin.vim drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helptoc/ drwxr-xr-x root/root usr/share/vim/vim91/pack/dist/opt/helptoc/autoload/ -rw-r--r-- root/root usr/share/vim/vim91/pack/dist/opt/helptoc/autoload/helptoc.vim @@ -1573,6 +1583,7 @@ drwxr-xr-x root/root usr/share/vim/vim91/syntax/ -rw-r--r-- root/root usr/share/vim/vim91/syntax/ld.vim -rw-r--r-- root/root usr/share/vim/vim91/syntax/ldapconf.vim -rw-r--r-- root/root usr/share/vim/vim91/syntax/ldif.vim +-rw-r--r-- root/root usr/share/vim/vim91/syntax/leex.vim -rw-r--r-- root/root usr/share/vim/vim91/syntax/less.vim -rw-r--r-- root/root usr/share/vim/vim91/syntax/lex.vim -rw-r--r-- root/root usr/share/vim/vim91/syntax/lf.vim diff --git a/repos/extra/vim/abuild b/repos/extra/vim/abuild index c7564157..5c27a199 100644 --- a/repos/extra/vim/abuild +++ b/repos/extra/vim/abuild @@ -1,5 +1,5 @@ name=vim -version=9.1.1926 +version=9.1.1952 release=1 source="https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz" build_opt="--without-x --disable-gui --disable-gpm --disable-libsodium --disable-nls" |