aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/pkg-message
blob: 0429825cb97e1d188f5a79730829f8a9e20ca5c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  { 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
  },
  { type:upgrade
    maximum version: "0.9.1627"
    message: <<EOM
  The Vim port no longer brings in python automatically. Instead, it is
  a dynloadable feature that can be enabled at runtime by installing python.

      # pkg add python3

  It will ONLY work with the version of python that the port was build with
  (i.e. the defualt python version). If you've changed it manually, and want
  python plugin, then you'll need to build and install the port locally.
]