neovim: update to 0.12.2
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
Void uses the "None" build type to apply our chosen compile settings.
|
||||
|
||||
diff --git a/runtime/lua/vim/health/health.lua b/runtime/lua/vim/health/health.lua
|
||||
index dd6fe7f..25d8d81 100644
|
||||
index a744f1b..1067617 100644
|
||||
--- a/runtime/lua/vim/health/health.lua
|
||||
+++ b/runtime/lua/vim/health/health.lua
|
||||
@@ -157,7 +157,7 @@ local function check_performance()
|
||||
local buildtype = vim.fn.matchstr(vim.fn.execute('version'), [[\v\cbuild type:?\s*[^\n\r\t ]+]])
|
||||
@@ -173,7 +173,7 @@ local function check_performance()
|
||||
if buildtype == '' then
|
||||
health.error('failed to get build type from :version')
|
||||
- elseif vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo)]]):match_str(buildtype) then
|
||||
+ elseif vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo|None)]]):match_str(buildtype) then
|
||||
elseif
|
||||
- vim.regex([[\v(MinSizeRel|RelWithDebInfo|Release(Fast|Safe|Small)?)]]):match_str(buildtype)
|
||||
+ vim.regex([[\v(MinSizeRel|RelWithDebInfo|Release(Fast|Safe|Small)?|None)]]):match_str(buildtype)
|
||||
then
|
||||
health.ok(buildtype)
|
||||
else
|
||||
health.info(buildtype)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'neovim'
|
||||
pkgname=neovim
|
||||
version=0.12.1
|
||||
revision=2
|
||||
version=0.12.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
configure_args="-DCOMPILE_LUA=OFF -DENABLE_TRANSLATIONS=ON -DPREFER_LUA=$(vopt_if luajit OFF ON)"
|
||||
@@ -16,7 +16,7 @@ license="Apache-2.0 AND Vim"
|
||||
homepage="https://neovim.io"
|
||||
changelog="https://github.com/neovim/neovim/releases"
|
||||
distfiles="https://github.com/neovim/neovim/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=41898a5073631bc8fd9ac43476b811c05fb3b88ffb043d4fbb9e75e478457336
|
||||
checksum=ef9f58da7d687ed4d1dad9715542bf0dabdeedbfe8089e2ce17fff21b920a268
|
||||
|
||||
build_options="luajit"
|
||||
build_options_default="luajit"
|
||||
|
||||
Reference in New Issue
Block a user