aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-01-29 12:54:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-01-29 12:54:46 +0000
commit010b98f9e4ca192d7bc400b211dad0e9036a4eb0 (patch)
tree89463924f4f88deb2f672606fd9ec6f37931018c /UPDATING
parent390b480773f0bdf76f9695776a061a5a89818a0b (diff)
downloadports-010b98f9e4ca192d7bc400b211dad0e9036a4eb0.tar.gz
ports-010b98f9e4ca192d7bc400b211dad0e9036a4eb0.zip
UPDATING: Add entry for neovim luajit backend change
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
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