aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-10-31 17:15:06 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-10-31 17:15:06 +0000
commit4492438acd951f8cfb52cb6fc505d6e8ee36c68d (patch)
treecab0a9a66c589dc1f5a27456c5be2b426163e535 /UPDATING
parent1d379f47fccfffb6d679add4da11222497a45271 (diff)
downloadports-4492438acd951f8cfb52cb6fc505d6e8ee36c68d.tar.gz
ports-4492438acd951f8cfb52cb6fc505d6e8ee36c68d.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2f594c54e693..1720d845df56 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20171031:
+ AFFECTS: users of editors/vim
+ AUTHOR: adamw@FreeBSD.org
+
+ The default vim language bindings have changed. Python 2 and 3 bindings
+ may now be enabled independently (the default vim package will continue
+ to depend on python-2.7).
+
+ Lua and Tcl bindings have been disabled by default. If you need these
+ bindings, you'll need to compile vim yourself. Note that bindings are
+ only for plugins written in those languages, and for interactive
+ debugging. Editing, indenting, linting, completing, and syntax-highlighting
+ those languages is NOT affected.
+
20171026:
AFFECTS: users of devel/universal-ctags
AUTHOR: rodrigo@FreeBSD.org