From 25f6d8c01f61943e7ef2d05416a05d441693f004 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sat, 26 Nov 2011 18:27:26 +1300 Subject: [PATCH] Version 2.2 --- _posts/2011-11-26-2.2.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _posts/2011-11-26-2.2.markdown diff --git a/_posts/2011-11-26-2.2.markdown b/_posts/2011-11-26-2.2.markdown new file mode 100644 index 0000000..5b8038b --- /dev/null +++ b/_posts/2011-11-26-2.2.markdown @@ -0,0 +1,19 @@ +--- +title: 2.2 +--- + +- Small incompatible change: TagbarOpen now doesn't jump to the Tagbar window + anymore if it is already open. Use "TagbarOpen j" instead or see its + documentation for more options. +- Tags inside of scopes now have a header displaying their "kind". +- The Tagbar contents are now immediately updated on save for files smaller + than a configurable size. +- Tagbar can now be configured to jump to a tag with only a single-click + instead of a double-click. +- Most of the script has been moved to the autoload directory, so Vim startup + should be faster (thanks to Kien N). +- Jumping to tags should work most of the time even if the file has been + modified and not saved. +- If Ctags has been installed into the default location using Homebrew or + MacPorts it should now be found automatically. +- Several bugfixes.