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
Alter language bindings
Separate python2 and python3 bindings[1], to allow each to be enabled independently or concurrently. py27 is still the default. As long as I'm messing with language bindings, turn the Tcl and Lua options off by default. This does NOT in any way affect support for editing those types of files (including indenting, completion, highlighting, linting, etc.)---it only affects plugins written in Tcl or Lua or interactive debugging. Suggested by: mat [1]
Notes
Notes: svn path=/head/; revision=453244
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