From 1194a6b8a2e21db24fe051c0679d17b8a6878ebf Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Mon, 13 Jun 2011 18:18:49 +0200 Subject: :TagsByFileType to create filetype specific tagsfiles from global tagsfile --- plugin/easytags.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugin/easytags.vim') diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 61fe3ed..9697967 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -4,7 +4,7 @@ " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.3 +" Version: 2.3.1 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip @@ -145,6 +145,7 @@ call xolox#easytags#register(1) command! -bar -bang -nargs=* -complete=file UpdateTags call xolox#easytags#update(0, == '!', []) command! -bar HighlightTags call xolox#easytags#highlight() +command! -bang TagsByFileType call xolox#easytags#by_filetype( == '!') " Automatic commands. {{{1 -- cgit v1.2.3