git: 010b98f9e4ca - main - UPDATING: Add entry for neovim luajit backend change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 12:54:56 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=010b98f9e4ca192d7bc400b211dad0e9036a4eb0
commit 010b98f9e4ca192d7bc400b211dad0e9036a4eb0
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-01-29 12:54:31 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-01-29 12:54:46 +0000
UPDATING: Add entry for neovim luajit backend change
---
UPDATING | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/UPDATING b/UPDATING
index 7996b6401d3a..47caba938264 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220129:
+ AFFECTS: users of editors/neovim
+ AUTHOR: adamw@FreeBSD.org
+
+ Neovim now uses luajit-openresty as the Lua provider. Many neovim plugins
+ compile some of their code (Packer does this, as do many LSP plugins).
+ Neovim will produce errors and fail to load the plugins.
+
+ Deleting and reinstalling any plugins that produce errors should fix the
+ startup.
+
+ If you use Packer, you also want to delete the startup cache:
+
+ # rm -rf ~/.config/nvim/plugin/packer_compiled.lua
+
20220128:
AFFECTS: users of net-im/dendrite
AUTHOR: ashish@FreeBSD.org