alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 8809a9fc1beaed68c2c94e0ee99957b251f81860
parent 978e9495e721a913ac7818ebd7693a66083f2ad9
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Sun,  7 Dec 2025 07:34:40 +0000

vim: updated to 9.1.1952

Diffstat:
Mrepos/extra/vim/.checksum | 2+-
Mrepos/extra/vim/.files | 11+++++++++++
Mrepos/extra/vim/abuild | 2+-
3 files changed, 13 insertions(+), 2 deletions(-)

diff --git 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 @@ -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 @@ -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"