From e37d50a5def1c0ff162392cd3f017059c458650c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Aug 2008 17:06:04 +0000 Subject: updated for version 7.2c-000 --- runtime/plugin/zipPlugin.vim | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'runtime/plugin/zipPlugin.vim') diff --git a/runtime/plugin/zipPlugin.vim b/runtime/plugin/zipPlugin.vim index e198c66e2f..b80ecc610f 100644 --- a/runtime/plugin/zipPlugin.vim +++ b/runtime/plugin/zipPlugin.vim @@ -20,16 +20,7 @@ if &cp || exists("g:loaded_zipPlugin") finish endif - -" Don't use the plugin if fnameescape() is not available -if !exists("*fnameescape") - if &verbose > 1 - echoerr "zipPlugin not loaded because fnameescape() is not available" - endif - finish -endif - -let g:loaded_zipPlugin = "v21+b" +let g:loaded_zipPlugin = "v22" let s:keepcpo = &cpo set cpo&vim -- cgit v1.2.3