comparison runtime/doc/pi_zip.txt @ 1246:797abd46869a

updated for version 7.1
author vimboss
date Sat, 12 May 2007 13:40:39 +0000
parents 4d2585cf5950
children 73fe8baea242
comparison
equal deleted inserted replaced
1245:4d669c44d811 1246:797abd46869a
1 *pi_zip.txt* For Vim version 7.1b. Last change: 2007 May 08 1 *pi_zip.txt* For Vim version 7.1. Last change: 2007 May 11
2 2
3 +====================+ 3 +====================+
4 | Zip File Interface | 4 | Zip File Interface |
5 +====================+ 5 +====================+
6 6
62 don't use the .zip extension (.jar, .xpi, etc). To handle such files, 62 don't use the .zip extension (.jar, .xpi, etc). To handle such files,
63 place a line in your <.vimrc> file: > 63 place a line in your <.vimrc> file: >
64 64
65 au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>")) 65 au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
66 < 66 <
67 One can simply extend this line to accomdate additional extensions that 67 One can simply extend this line to accommodate additional extensions that
68 are actually zip files. 68 are actually zip files.
69 69
70 ============================================================================== 70 ==============================================================================
71 4. History *zip-history* {{{1 71 4. History *zip-history* {{{1
72 v14 May 07, 2007 * using b:zipfile instead of w:zipfile to avoid problem 72 v14 May 07, 2007 * using b:zipfile instead of w:zipfile to avoid problem