blob: c246037c61ebd6e3601a6420aa840d2f2063e9c5 [file] [log] [blame]
Bram Moolenaarc01140a2006-03-24 22:21:52 +00001*tar.txt* For Vim version 7.0b. Last change: 2006 Mar 24
2
3 Tar File Interface
Bram Moolenaar98358622005-11-28 22:58:23 +00004
5Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
6 (remove NOSPAM from Campbell's email first)
7Copyright: The GPL (gnu public license) applies to *tar-copyright*
Bram Moolenaar86e01082005-12-29 22:45:34 +00008 tarPlugin.vim, and pi_tar.txt.
Bram Moolenaar98358622005-11-28 22:58:23 +00009 No warranty, express or implied. Use At-Your-Own-Risk.
10
11==============================================================================
121. Contents *tar* *tar-contents*
13 1. Contents..................................................|tar-contents|
14 2. Usage.....................................................|tar-usage|
15 3. History...................................................|tar-history|
16
17==============================================================================
182. Usage *tar-usage* *tar-manual*
19
20 When one edits a *.tar file, this plugin will handle displaying a
21 contents page. Select a file to edit by moving the cursor atop
22 the desired file, then hit the <return> key. After editing, one may
23 also write to the file. Currently, one may not make a new file in
24 tar archives via the plugin.
25
26==============================================================================
273. History *tar-history*
Bram Moolenaar86e01082005-12-29 22:45:34 +000028 v6 Dec 21, 2005 * writing to files not in directories caused problems -
29 fixed (pointed out by Christian Robinson)
Bram Moolenaar98358622005-11-28 22:58:23 +000030 v5 Nov 22, 2005 * report option workaround installed
31 v3 Sep 16, 2005 * handles writing files in an archive back to the
32 archive
33 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
34 Oct 18, 2005 * handles writing to compressed archives
35 Nov 03, 2005 * handles writing tarfiles across a network using
36 netrw#NetWrite()
37 v2 * converted to use Vim7's new autoload feature by
38 Bram Moolenaar
39 v1 (original) * Michael Toren (see http://michael.toren.net/code/)
40
41==============================================================================
42vim:tw=78:ts=8:ft=help