From 4bf1d7024dc009ac4adfc0e3193818eb65938fb7 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 19 Feb 2012 17:57:00 +1300 Subject: [PATCH] Mention user types in ftplugins in documentation --- doc/tagbar.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 813a85f..6843b4a 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -581,8 +581,8 @@ Tagbar has a flexible mechanism for extending the existing file type (i.e. language) definitions. This can be used both to change the settings of the existing types and to add completely new types. For Tagbar to support a filetype two things are needed: a program that generates the tag information, -usually Exuberant Ctags, and a Tagbar type definition in your |vimrc| that -tells Tagbar how to interpret the generated tags. +usually Exuberant Ctags, and a Tagbar type definition in your |vimrc| or an +|ftplugin| that tells Tagbar how to interpret the generated tags. There are two ways to generate the tag information for new filetypes: add a definition to Exuberant Ctags or create a specialized program for your