From 2c32d2711e332efef2155d68d2acecac370b4b85 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Sun, 9 Nov 2025 15:05:45 +0000 Subject: [PATCH] Update vim-version to 9.1.1900 from 9.1.1830 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 7d9174e..9a58f5c 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: vim-version /VIM_VERSION="(.*)"/ https://github.com/vim/vim.git|semver:*|re:/([\d]+).([\d]+).([\d][\d][\d]*0+)/$1.$2.$3/ -VIM_VERSION="9.1.1830" +VIM_VERSION="9.1.1900" export ZOPEN_BUILD_LINE="STABLE" export ZOPEN_CATEGORIES="editor development"