summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-25 21:55:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-25 21:55:52 +0000
commit2217cae0c0eb20c33f4b02c105278a5127b7c7eb (patch)
tree5592797388480a9fe1b6f65f9abfe8037dfc1a0c /runtime
parent1a14c2ccd112d905077daaeae7a234aaa396a088 (diff)
updated for version 7.0b01
Diffstat (limited to 'runtime')
-rw-r--r--runtime/autoload/zip.vim4
-rw-r--r--runtime/doc/options.txt4
2 files changed, 5 insertions, 3 deletions
diff --git a/runtime/autoload/zip.vim b/runtime/autoload/zip.vim
index 45aa3532a0..99bdd7960e 100644
--- a/runtime/autoload/zip.vim
+++ b/runtime/autoload/zip.vim
@@ -76,7 +76,7 @@ fun! zip#Browse(zipfile)
$
" call Decho("exe silent r! unzip -l '".escape(a:zipfile,s:zipfile_escape)."'")
- exe "silent r! unzip -l '".escape(a:zipfile,s:zipfile_escape)."'"
+ exe "silent r! unzip -l ".escape(a:zipfile,s:zipfile_escape)
$d
silent 4,$v/^\s\+\d\+\s\{0,5}\d/d
silent 4,$s/^\%(.*\)\s\+\(\S\)/\1/
@@ -141,7 +141,7 @@ fun! zip#Read(fname,mode)
" call Decho("zipfile<".zipfile."> fname<".fname.">")
" call Decho("exe r! unzip -p '".escape(zipfile,s:zipfile_escape)."' ".fname)
- exe "r! unzip -p '".escape(zipfile,s:zipfile_escape)."' ".fname
+ exe "r! unzip -p ".escape(zipfile,s:zipfile_escape)." ".fname
" cleanup
0d
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 801311a038..1bb6ff1d53 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0b. Last change: 2006 Mar 18
+*options.txt* For Vim version 7.0b. Last change: 2006 Mar 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1222,6 +1222,8 @@ A jump table for the options with a short description can be found at |Q_op|.
'casemap' 'cmp' string (default: "internal,keepascii")
global
{not in Vi}
+ {only available when compiled with the |+multi_byte|
+ feature}
Specifies details about changing the case of letters. It may contain
these words, separated by a comma:
internal Use internal case mapping functions, the current