diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-13 18:18:49 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-13 18:18:49 +0200 |
commit | 1194a6b8a2e21db24fe051c0679d17b8a6878ebf (patch) | |
tree | 60351235198e833595d81016b2d4b270a5d61f75 /doc | |
parent | 4df41adeff4579d16d0a2ad125e13b7c7a90344f (diff) | |
download | vim-easytags-1194a6b8a2e21db24fe051c0679d17b8a6878ebf.tar.gz |
:TagsByFileType to create filetype specific tagsfiles from global tagsfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index 4a6a394..1765f28 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -143,6 +143,10 @@ existing directory. The easytags plug-in will create separate tags files for each file type in the configured directory. These tags files are automatically registered by the easytags plug-in when the file type of a buffer is set. +Note that if you already have a global tags file you can create file type +specific tags files from the global tags file using the command +':TagsByFileType'. + ------------------------------------------------------------------------------- The *g:easytags_always_enabled* option |