1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/editors/vim/pkg-message
Dan Langille 0cc58ed59d */*: Fix broken UCL
Most of this is a missing ] or }. In one case, it was leading
whitespace before a EOM tag.

PR:		259533
Approved by:	portmgr (blanket)
2023-11-03 12:00:08 +00:00

12 lines
373 B
Plaintext

[
{ type: upgrade
maximum_version: "9.0.0129"
message: <<EOM
Vim no longer installs or reads a system-wide vimrc. The only overridden
defaults are those which provide FreeBSD-specific settings. Read through
$VIMRUNTIME/defaults.vim to see Vim's defaults, and see ':h initialization'
for the standard locations Vim looks for configuration files.
EOM
}
]