comparison runtime/doc/pi_zip.txt @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 73fe8baea242
children f4f8014d516e
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
1 *pi_zip.txt* For Vim version 7.2a. Last change: 2008 Jun 12 1 *pi_zip.txt* For Vim version 7.2b. Last change: 2008 Jun 29
2 2
3 +====================+ 3 +====================+
4 | Zip File Interface | 4 | Zip File Interface |
5 +====================+ 5 +====================+
6 6
68 don't use the .zip extension (.jar, .xpi, etc). To handle such files, 68 don't use the .zip extension (.jar, .xpi, etc). To handle such files,
69 place a line in your <.vimrc> file: > 69 place a line in your <.vimrc> file: >
70 70
71 au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>")) 71 au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
72 < 72 <
73 One simply can extend this line to accomodate additional extensions that 73 One can simply extend this line to accommodate additional extensions that
74 should be treated as zip files. 74 should be treated as zip files.
75 75
76 ============================================================================== 76 ==============================================================================
77 4. History *zip-history* {{{1 77 4. History *zip-history* {{{1
78 v17 May 09, 2008 * arno caught a security bug 78 v17 May 09, 2008 * arno caught a security bug