From a6b6e2d4061317dc98613188120622dcbf649244 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 17 Jun 2012 21:19:43 +1200 Subject: [PATCH] Version 2.4 --- _posts/2012-06-17-2.4.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2012-06-17-2.4.markdown diff --git a/_posts/2012-06-17-2.4.markdown b/_posts/2012-06-17-2.4.markdown new file mode 100644 index 0000000..1b46673 --- /dev/null +++ b/_posts/2012-06-17-2.4.markdown @@ -0,0 +1,11 @@ +--- +title: 2.4 +--- + +- New function tagbar#currenttag() that reports the current tag, for example + for putting it into the statusline. +- New command TagbarGetTypeConfig for easy customization of an existing type. +- Type definitions now can be loaded from ftplugins. +- The autoopen() function is now a bit more flexible. +- Vala is now supported if Anjuta is installed. +- Various other small improvements and bugfixes.