git: 8d265382b250 - main - UPDATING: Add entry for editors/vim and the Great Vimrc Untangling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 18:10:26 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d265382b25040ab4ac196db9b7d659a47c89b7d
commit 8d265382b25040ab4ac196db9b7d659a47c89b7d
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-09-03 18:10:22 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-09-03 18:10:22 +0000
UPDATING: Add entry for editors/vim and the Great Vimrc Untangling
---
UPDATING | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/UPDATING b/UPDATING
index 5f0a3ad039c2..639895fd020c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20220903:
+ AFFECTS: users of editors/vim
+ AUTHOR: adamw@FreeBSD.org
+
+ The Vim port no longer installs a system-wide vimrc. It drastically affected
+ config loading order, and led to various settings being clobbered, duplicated,
+ or ignored.
+
+ Vim's provided defaults.vim (/usr/local/share/vim/vim90/defaults.vim) continues
+ to be read just as before, but its settings are no longer clobbered. Take a look
+ in there for any settings you may want to change, and do ':h initialization' to
+ see where Vim looks for config files.
+
20220903:
AFFECTS: users of archivers/py-borgbackup
AUTHOR: mandree@FreeBSD.org