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