From 07997460d103c92ac6c67a09a1c5921ba4fc56c4 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Thu, 3 Mar 2011 17:08:11 -0500 Subject: [PATCH] update documentation for tagbar_autofocus --- doc/tagbar.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index a8fb248..d10967d 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -283,6 +283,16 @@ Example: let g:tagbar_autoclose = 1 < + *g:tagbar_autofocus* +g:tagbar_autofocus~ +If you set this option the cursor will move to the Tagbar window when it is +opened. The default is to not move the cursor to the window. + +Example: +> + let g:tagbar_autofocus = 1 +< + *g:tagbar_sort* g:tagbar_sort~ If this option is set the tags are sorted according to their name. If it is