]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-048 v7.0.048
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 17:53:03 +0000 (17:53 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 17:53:03 +0000 (17:53 +0000)
runtime/autoload/gzip.vim
src/version.c

index f6f7bc41d4f6e853ef277c67449dd46b53dfb2e9..1e119a455a832877e71097d5a2c706eaac71a8c2 100644 (file)
@@ -1,6 +1,6 @@
 " Vim autoload file for editing compressed files.
 " Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2006 Mar 31
+" Last Change: 2006 Jul 19
 
 " These functions are used by the gzip plugin.
 
@@ -127,9 +127,9 @@ fun gzip#write(cmd)
     let nmt = s:tempname(nm)
     if rename(nm, nmt) == 0
       if exists("b:gzip_comp_arg")
-       call system(a:cmd . " " . b:gzip_comp_arg . " " . nmt)
+       call system(a:cmd . " " . b:gzip_comp_arg . " '" . nmt . "'")
       else
-       call system(a:cmd . " " . nmt)
+       call system(a:cmd . " '" . nmt . "'")
       endif
       call rename(nmt . "." . expand("<afile>:e"), nm)
     endif
index f57cdc7bbfa69f5db82dcf157e869b7a86548de8..e2c8c3929fbc0358fb0347e99a88e34137ba4ba7 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    48,
 /**/
     47,
 /**/