comparison runtime/doc/pi_tar.txt @ 2426:e52d87a2bb3e vim73

More runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Jul 2010 18:17:41 +0200
parents f766a1c87f69
children 150b5dbccff9
comparison
equal deleted inserted replaced
2425:b5ee68272ae5 2426:e52d87a2bb3e
1 *pi_tar.txt* For Vim version 7.3c. Last change: 2009 Dec 28 1 *pi_tar.txt* For Vim version 7.3c. Last change: 2010 Jul 27
2 2
3 +====================+ 3 +====================+
4 | Tar File Interface | 4 | Tar File Interface |
5 +====================+ 5 +====================+
6 6
7 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> 7 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
8 (remove NOSPAM from Campbell's email first) 8 (remove NOSPAM from Campbell's email first)
9 Copyright 2005-2008: The GPL (gnu public license) applies to *tar-copyright* 9 Copyright 2005-2010: The GPL (gnu public license) applies to *tar-copyright*
10 tar.vim, tarPlugin.vim, and pi_tar.txt. 10 tar.vim, tarPlugin.vim, and pi_tar.txt.
11 No warranty, express or implied. Use At-Your-Own-Risk. 11 No warranty, express or implied. Use At-Your-Own-Risk.
12 12
13 ============================================================================== 13 ==============================================================================
14 1. Contents *tar* *tar-contents* 14 1. Contents *tar* *tar-contents*
24 contents page. Select a file to edit by moving the cursor atop 24 contents page. Select a file to edit by moving the cursor atop
25 the desired file, then hit the <return> key. After editing, one may 25 the desired file, then hit the <return> key. After editing, one may
26 also write to the file. Currently, one may not make a new file in 26 also write to the file. Currently, one may not make a new file in
27 tar archives via the plugin. 27 tar archives via the plugin.
28 28
29 *:Untarvim* 29 *:Vimuntar*
30 UNTARVIM~ 30 VIMUNTAR~
31 31
32 :Untarvim [vimhome] 32 :Vimuntar [vimhome]
33 33
34 This command copies, if necessary, the tarball to the .vim or vimfiles 34 This command copies, if necessary, the tarball to the .vim or vimfiles
35 directory using the first writable directory in the |'runtimepath'| 35 directory using the first writable directory in the |'runtimepath'|
36 when no [vimhome] is specified. Otherwise, the [vimhome] argument 36 when no [vimhome] is specified. Otherwise, the [vimhome] argument
37 allows the user to specify that directory, instead. 37 allows the user to specify that directory, instead.
81 81
82 ============================================================================== 82 ==============================================================================
83 4. History *tar-history* 83 4. History *tar-history*
84 84
85 85
86 v25 Jun 19, 2010 * (Jan Steffens) added support for xz compression
86 v24 Apr 07, 2009 * :Untarvim command implemented 87 v24 Apr 07, 2009 * :Untarvim command implemented
87 Sep 28, 2009 * Added lzma support 88 Sep 28, 2009 * Added lzma support
88 v22 Aug 08, 2008 * security fixes 89 v22 Aug 08, 2008 * security fixes
89 v16 Jun 06, 2008 * tarfile:: used instead of tarfile: when editing files 90 v16 Jun 06, 2008 * tarfile:: used instead of tarfile: when editing files
90 inside tarballs. Fixes a problem with tarballs called 91 inside tarballs. Fixes a problem with tarballs called