summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-23 22:47:08 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-23 22:47:08 +0000
commit7b5f8325ee8ecb93de52128303db5ecc4ffd430e (patch)
tree006f0afd7e3cf8226b4e78f2ce4bfd55ba1e61cd /runtime/doc
parent8ab561d31e7b8492d942db8e1ce7379ecfbce4c0 (diff)
updated for version 7.0232
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/pi_zip.txt4
-rw-r--r--runtime/doc/quickref.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt
index f9786d3ac9..040ed045e5 100644
--- a/runtime/doc/pi_zip.txt
+++ b/runtime/doc/pi_zip.txt
@@ -1,4 +1,4 @@
-*zip.txt* Zip File Interface Nov 28, 2005
+*zip.txt* Zip File Interface Mar 22, 2006
Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
(remove NOSPAM from Campbell's email first)
@@ -29,6 +29,8 @@ Copyright: Copyright (C) 2005 Charles E. Campbell, Jr. {{{1 *zip-copyright*
==============================================================================
3. History *zip-history*
+ v7 Mar 22, 2006 * escaped some characters that can cause filename handling
+ problems.
v6 Dec 21, 2005 * writing to files not in directories caused problems -
fixed (pointed out by Christian Robinson)
v5 Nov 22, 2005 * report option workaround installed
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 8570a2b8b4..c5f0c76f64 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1,4 +1,4 @@
-*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 18
+*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -949,7 +949,9 @@ Short explanation of each option: *option-list*
|:cprevious| :cp display the previous error
|:clist| :cl list all errors
|:cfile| :cf read errors from the file 'errorfile'
+|:cgetbuffer| :cgetb like :cbuffer but don't jump to the first error
|:cgetfile| :cg like :cfile but don't jump to the first error
+|:cgetexpr| :cgete like :cexpr but don't jump to the first error
|:caddfile| :caddf add errors from the error file to the current
quickfix list
|:caddexpr| :cad add errors from an expression to the current