diff options
author | Peter Odding <peter@peterodding.com> | 2011-07-09 00:45:34 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-07-09 00:45:34 +0200 |
commit | ee0966c041bb48e9b2537ed36e09666be1f1f45f (patch) | |
tree | 5b1ee4cb2af1987713603e7db8f84338ed95b08e /plugin | |
parent | 5207365adaf6c62785ab336ec865428155c8e3b6 (diff) | |
download | vim-easytags-ee0966c041bb48e9b2537ed36e09666be1f1f45f.tar.gz |
Never try to autoload plug-in for unsupported file types
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 <peter@peterodding.com> -" 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 |