comparison runtime/doc/pi_zip.txt @ 19099:1a951a4beee3

Update runtime files. Commit: https://github.com/vim/vim/commit/2963456ff2b740244b3a064785fe681b1998d75e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 9 21:46:04 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jan 2020 22:00:05 +0100
parents af69c9335223
children 9b7f90e56753
comparison
equal deleted inserted replaced
19098:254834ce268e 19099:1a951a4beee3
1 *pi_zip.txt* For Vim version 8.2. Last change: 2016 Sep 13 1 *pi_zip.txt* For Vim version 8.2. Last change: 2020 Jan 07
2 2
3 +====================+ 3 +====================+
4 | Zip File Interface | 4 | Zip File Interface |
5 +====================+ 5 +====================+
6 6
7 Author: Charles E. Campbell <NdrOchip@ScampbellPfamily.AbizM> 7 Author: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM>
8 (remove NOSPAM from Campbell's email first) 8 (remove NOSPAM from Campbell's email first)
9 Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright* 9 Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
10 The VIM LICENSE (see |copyright|) applies to the files in this 10 The VIM LICENSE (see |copyright|) applies to the files in this
11 package, including zipPlugin.vim, zip.vim, and pi_zip.vim. except use 11 package, including zipPlugin.vim, zip.vim, and pi_zip.vim. except use
12 "zip.vim" instead of "VIM". Like anything else that's free, zip.vim 12 "zip.vim" instead of "VIM". Like anything else that's free, zip.vim
31 contents page. Select a file to edit by moving the cursor atop 31 contents page. Select a file to edit by moving the cursor atop
32 the desired file, then hit the <return> key. After editing, one may 32 the desired file, then hit the <return> key. After editing, one may
33 also write to the file. Currently, one may not make a new file in 33 also write to the file. Currently, one may not make a new file in
34 zip archives via the plugin. 34 zip archives via the plugin.
35 35
36 COMMANDS~
36 *zip-x* 37 *zip-x*
37 x : may extract a listed file when the cursor is atop it 38 x : extract a listed file when the cursor is atop it
38 39
39 OPTIONS 40 OPTIONS~
40 41
41 *g:zip_nomax* 42 *g:zip_nomax*
42 43
43 If this variable exists and is true, the file window will not be 44 If this variable exists and is true, the file window will not be
44 automatically maximized when opened. 45 automatically maximized when opened.
99 \ *.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.xlam,*.xlsx,*.xlsm, 100 \ *.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.xlam,*.xlsx,*.xlsm,
100 \ *.xlsb,*.xltx,*.xltm,*.xlam,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx,*.epub' 101 \ *.xlsb,*.xltx,*.xltm,*.xlam,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx,*.epub'
101 102
102 ============================================================================== 103 ==============================================================================
103 4. History *zip-history* {{{1 104 4. History *zip-history* {{{1
105 v29 Apr 02, 2017 * (Klartext) reported that an encrypted zip file could
106 opened but the swapfile held unencrypted contents.
107 The solution is to edit the contents of a zip file
108 using the |:noswapfile| modifier.
104 v28 Oct 08, 2014 * changed the sanity checks for executables to reflect 109 v28 Oct 08, 2014 * changed the sanity checks for executables to reflect
105 the command actually to be attempted in zip#Read() 110 the command actually to be attempted in zip#Read()
106 and zip#Write() 111 and zip#Write()
107 * added the extraction of a file capability 112 * added the extraction of a file capability
108 Nov 30, 2015 * added *.epub to the |g:zipPlugin_ext| list 113 Nov 30, 2015 * added *.epub to the |g:zipPlugin_ext| list
147 Nov 03, 2005 * handles writing zipfiles across a network using 152 Nov 03, 2005 * handles writing zipfiles across a network using
148 netrw#NetWrite() 153 netrw#NetWrite()
149 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing 154 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
150 155
151 ============================================================================== 156 ==============================================================================
152 vim:tw=78:ts=8:noet:ft=help:fdm=marker 157 vim:tw=78:ts=8:ft=help:fdm=marker