From 42ef608aae4f03a58cc8ac3842c389b181195177 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 27 Feb 2012 23:19:50 +1300 Subject: [PATCH] Mention the Taglist behaviour in autoopen options --- doc/tagbar.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 6843b4a..f9d047c 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -556,6 +556,9 @@ use this instead: > autocmd VimEnter * nested :call tagbar#autoopen(1) < +The above is exactly what the Taglist plugin does if you set the +Tlist_Auto_Open option, in case you want to emulate this behaviour. + For opening Tagbar also if you open a supported file in an already running Vim: >