comparison runtime/doc/pi_zip.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children b933657f7c9d
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *pi_zip.txt* For Vim version 7.0f. Last change: 2006 Apr 24 1 *pi_zip.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 +====================+ 3 +====================+
4 | Zip File Interface | 4 | Zip 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: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright* 9 Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright*
10 Permission is hereby granted to use and distribute this code, 10 Permission is hereby granted to use and distribute this code,
11 with or without modifications, provided that this copyright 11 with or without modifications, provided that this copyright
12 notice is copied with it. Like anything else that's free, 12 notice is copied with it. Like anything else that's free,
13 zip.vim, zipPlugin.vim, and pi_zip.txt are provided *as is* 13 zip.vim, zipPlugin.vim, and pi_zip.txt are provided *as is*
14 and it comes with no warranty of any kind, either expressed or 14 and it comes with no warranty of any kind, either expressed or
15 implied. By using this plugin, you agree that in no event will 15 implied. By using this plugin, you agree that in no event will
32 zip archives via the plugin. 32 zip archives via the plugin.
33 33
34 ============================================================================== 34 ==============================================================================
35 3. History *zip-history* 35 3. History *zip-history*
36 v8 Apr 10, 2006 * Bram Moolenaar reported that he received an error message 36 v8 Apr 10, 2006 * Bram Moolenaar reported that he received an error message
37 due to "Pattern not found: ^.*\%0c"; this was caused by 37 due to "Pattern not found: ^.*\%0c"; this was caused by
38 stridx finding a Name... at the beginning of the line; 38 stridx finding a Name... at the beginning of the line;
39 zip.vim tried 4,$s/^.*\%0c//, but that doesn't work. 39 zip.vim tried 4,$s/^.*\%0c//, but that doesn't work.
40 Fixed. 40 Fixed.
41 v7 Mar 22, 2006 * escaped some characters that can cause filename handling 41 v7 Mar 22, 2006 * escaped some characters that can cause filename handling
42 problems. 42 problems.
43 v6 Dec 21, 2005 * writing to files not in directories caused problems - 43 v6 Dec 21, 2005 * writing to files not in directories caused problems -
44 fixed (pointed out by Christian Robinson) 44 fixed (pointed out by Christian Robinson)
45 v5 Nov 22, 2005 * report option workaround installed 45 v5 Nov 22, 2005 * report option workaround installed
46 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds 46 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
47 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt) 47 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
48 * began testing under Windows; works thus far 48 * began testing under Windows; works thus far
49 * filetype detection fixed 49 * filetype detection fixed
50 Nov 03, 2005 * handles writing zipfiles across a network using 50 Nov 03, 2005 * handles writing zipfiles across a network using
51 netrw#NetWrite() 51 netrw#NetWrite()
52 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing 52 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
53 53
54 ============================================================================== 54 ==============================================================================
55 vim:tw=78:ts=8:ft=help 55 vim:tw=78:ts=8:ft=help