aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2013-05-23 20:08:24 +0200
committerPeter Odding <peter@peterodding.com>2013-05-23 20:08:24 +0200
commit837ce49aa123744251bc98298b847635e27cd140 (patch)
tree1a4bf8f5370b6f4b3a66e4c693dd76b8dc6a40e5
parent283741f82fc97970bfe88e13eff2bec952f6ed8a (diff)
downloadvim-easytags-837ce49aa123744251bc98298b847635e27cd140.tar.gz
Remove compatibility checking of miscellaneous scripts
-rw-r--r--autoload/xolox/easytags.vim6
-rw-r--r--doc/easytags.txt4
2 files changed, 4 insertions, 6 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
diff --git a/doc/easytags.txt b/doc/easytags.txt
index 1e134c9..70cdaf4 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -650,8 +650,8 @@ If you like this plug-in please vote for it on Vim Online [16].
*easytags-license*
License ~
-This software is licensed under the MIT license [17]. Š 2013 Peter Odding
-<peter@peterodding.com>.
+This software is licensed under the MIT license [17]. Copyright 2013 Peter
+Odding <peter@peterodding.com>.
===============================================================================
*easytags-references*