diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2022-09-03 12:10:22 -0600 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-09-03 12:10:22 -0600 |
commit | 8d265382b25040ab4ac196db9b7d659a47c89b7d (patch) | |
tree | 20027913e3f8c95fe965d1120858d5ad27089dac /UPDATING | |
parent | a058c61ea36c0cb64a61c83563b55a157cf549f4 (diff) | |
download | freebsd-ports-8d265382b25040ab4ac196db9b7d659a47c89b7d.zip |
UPDATING: Add entry for editors/vim and the Great Vimrc Untangling
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ 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 |