From 9c882bcabcbf942d3e54ce535e57dacef5d19fc5 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Wed, 25 May 2011 20:24:53 +0200 Subject: Remove hack that checks whether submodule is initialized --- plugin/easytags.vim | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/plugin/easytags.vim b/plugin/easytags.vim index cf6519b..85ed520 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding -" Last Change: May 23, 2011 +" Last Change: May 25, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.2.9 +" Version: 2.2.10 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip @@ -16,16 +16,6 @@ endif let s:script = expand(':p:~') -" Make sure the submodule with miscellaneous auto-load scripts is available. -try - call xolox#misc#os#is_win() -catch /^Vim\%((\a\+)\)\=:E117/ - let s:msg = "It looks like the easytags plug-in wasn't correctly installed, if you're using" - let s:msg .= " git you should probably use 'git clone --recursive ...' to clone the repository!" - echoerr s:msg - finish -endtry - " Configuration defaults and initialization. {{{1 if !exists('g:easytags_file') -- cgit v1.2.3