diff options
author | Peter Odding <peter@peterodding.com> | 2013-05-23 20:08:24 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2013-05-23 20:08:24 +0200 |
commit | 837ce49aa123744251bc98298b847635e27cd140 (patch) | |
tree | 1a4bf8f5370b6f4b3a66e4c693dd76b8dc6a40e5 /autoload | |
parent | 283741f82fc97970bfe88e13eff2bec952f6ed8a (diff) | |
download | vim-easytags-837ce49aa123744251bc98298b847635e27cd140.tar.gz |
Remove compatibility checking of miscellaneous scripts
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/xolox/easytags.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index 86d3e24..1372f2c 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -1,11 +1,9 @@ " Vim script " Author: Peter Odding <peter@peterodding.com> -" Last Change: May 20, 2013 +" Last Change: May 23, 2013 " URL: http://peterodding.com/code/vim/easytags/ -let g:xolox#easytags#version = '3.3.4' - -call xolox#misc#compat#check('easytags.vim', g:xolox#easytags#version, 9) +let g:xolox#easytags#version = '3.3.5' " Public interface through (automatic) commands. {{{1 |