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

11 lines
373 B
Text

[
{ 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
}
]