From 3a049c0f820104606663579368809c851a6e5d2b Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 16 Mar 2012 23:56:26 +1300 Subject: [PATCH] Mention that a pattern should be used in tag format --- doc/tagbar.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 3e3fa32..3b3067e 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -894,7 +894,8 @@ imporant tips to get it to integrate well with Tagbar: - Tagbar supports the same tag format as Vim itself. The format is described in |tags-file-format|, the third format mentioned there is the relevant - one. + one. Note that the {tagaddress} part should be a search pattern since the + line number can be specified in a field (see below). - Tagbar reads the tag information from a program's standard output (stdout), it doesn't generate files and reads them in after that. So make sure that your program has an option to output the tags on stdout.