summaryrefslogtreecommitdiff
path: root/runtime/doc/pi_tar.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-28 18:17:41 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-28 18:17:41 +0200
commit477db060eb91dbef6698b6c69ffd560557f2f3ae (patch)
treea0bddbfc95c9bf7cbe27d46675457cae420982a5 /runtime/doc/pi_tar.txt
parent6e202e52b725f7c0a77837dbb0dc0d85c1d74733 (diff)
downloadvim-git-477db060eb91dbef6698b6c69ffd560557f2f3ae.tar.gz
More runtime file updates.
Diffstat (limited to 'runtime/doc/pi_tar.txt')
-rw-r--r--runtime/doc/pi_tar.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/pi_tar.txt b/runtime/doc/pi_tar.txt
index d90d7a615..c14a2a894 100644
--- a/runtime/doc/pi_tar.txt
+++ b/runtime/doc/pi_tar.txt
@@ -1,4 +1,4 @@
-*pi_tar.txt* For Vim version 7.3c. Last change: 2009 Dec 28
+*pi_tar.txt* For Vim version 7.3c. Last change: 2010 Jul 27
+====================+
| Tar File Interface |
@@ -6,7 +6,7 @@
Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
(remove NOSPAM from Campbell's email first)
-Copyright 2005-2008: The GPL (gnu public license) applies to *tar-copyright*
+Copyright 2005-2010: The GPL (gnu public license) applies to *tar-copyright*
tar.vim, tarPlugin.vim, and pi_tar.txt.
No warranty, express or implied. Use At-Your-Own-Risk.
@@ -26,10 +26,10 @@ Copyright 2005-2008: The GPL (gnu public license) applies to *tar-copyright*
also write to the file. Currently, one may not make a new file in
tar archives via the plugin.
- *:Untarvim*
- UNTARVIM~
+ *:Vimuntar*
+ VIMUNTAR~
- :Untarvim [vimhome]
+ :Vimuntar [vimhome]
This command copies, if necessary, the tarball to the .vim or vimfiles
directory using the first writable directory in the |'runtimepath'|
@@ -83,6 +83,7 @@ Copyright 2005-2008: The GPL (gnu public license) applies to *tar-copyright*
4. History *tar-history*
+ v25 Jun 19, 2010 * (Jan Steffens) added support for xz compression
v24 Apr 07, 2009 * :Untarvim command implemented
Sep 28, 2009 * Added lzma support
v22 Aug 08, 2008 * security fixes