From ee0966c041bb48e9b2537ed36e09666be1f1f45f Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sat, 9 Jul 2011 00:45:34 +0200 Subject: Never try to autoload plug-in for unsupported file types --- plugin/easytags.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/easytags.vim') diff --git a/plugin/easytags.vim b/plugin/easytags.vim index c61509d..7e93604 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,6 +1,6 @@ " Vim plug-in " Author: Peter Odding -" Last Change: June 27, 2011 +" Last Change: July 9, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) @@ -12,7 +12,7 @@ if &cp || exists('g:loaded_easytags') finish endif -let g:easytags_version = '2.4.9' +let g:easytags_version = '2.4.10' " Configuration defaults and initialization. {{{1 -- cgit v1.2.3